Field API |
group |
core/modules/field/field.module |
Attach custom data fields to Backdrop entities. |
field.css |
file |
core/modules/field/css/field.css |
/* Field display */
.field .field-label {
font-weight: bold;
}
.field-label-inline .field-label,
.field-label-inline .field-items {
float:left; /*LTR*/
}
[dir="rtl"] .field-label-inline .field-label,
[dir="rtl"]… |
field_cron |
function |
core/modules/field/field.module |
Implements hook_cron(). |
FieldBlock |
class |
core/modules/field/field.block.inc |
FieldBlock extends Block |
field.test |
file |
core/modules/field/tests/field.test |
Tests for field.module. |
field.info |
file |
core/modules/field/field.info |
type = module
name = Field
description = Field API to add fields to entities like nodes and users.
package = System
tags[] = Fields
version = BACKDROP_VERSION
backdrop = 1.x
dependencies[] = field_sql_storage
dependencies[] = entity
required =… |
field_theme |
function |
core/modules/field/field.module |
Implements hook_theme(). |
theme_field |
function |
core/modules/field/field.theme.inc |
Returns HTML for a field. |
field_tokens |
function |
core/modules/field/field.tokens.inc |
Implements hook_tokens(). |
field_ui.css |
file |
core/modules/field_ui/css/field_ui.css |
Stylesheet for the Field UI module. |
field.module |
file |
core/modules/field/field.module |
Attach custom data fields to Backdrop entities. |
field_access |
function |
core/modules/field/field.module |
Determine whether the user has access to a given field. |
field_schema |
function |
core/modules/field/field.install |
Implements hook_schema(). |
fieldset.css |
file |
core/themes/basis/css/component/fieldset.css |
Fieldsets styling. |
db_add_field |
function |
core/includes/database/database.inc |
Adds a new field to a table. |
field.tpl.php |
file |
core/modules/field/templates/field.tpl.php |
field.tpl.php
Default template implementation to display the value of a field. |
field_ui.test |
file |
core/modules/field_ui/tests/field_ui.test |
Tests for field_ui.module. |
field.api.php |
file |
core/modules/field/field.api.php |
Hooks provided by the Field module. |
field.install |
file |
core/modules/field/field.install |
Install, update and uninstall functions for the field module. |
field_ui.info |
file |
core/modules/field_ui/field_ui.info |
type = module
name = Field UI
description = User interface for the Field API.
package = Fields
tags[] = Administration
tags[] = User Interface
version = BACKDROP_VERSION
backdrop = 1.x
dependencies[] = field |
field_ui_menu |
function |
core/modules/field_ui/field_ui.module |
Implements hook_menu(). |
FieldTestCase |
class |
core/modules/field/tests/field.test |
Parent class for Field API tests. |
db_drop_field |
function |
core/includes/database/database.inc |
Drops a field. |
_field_invoke |
function |
core/modules/field/field.attach.inc |
Invoke a field hook. |
FieldException |
class |
core/modules/field/field.exceptions.inc |
Base class for all exceptions thrown by Field API functions. |
Field CRUD API |
group |
core/modules/field/field.crud.inc |
Create, update, and delete Field API fields, bundles, and instances. |
date.field.inc |
file |
core/modules/date/date.field.inc |
Field hooks to implement a date field. |
field.crud.inc |
file |
core/modules/field/field.crud.inc |
Field CRUD API, handling field and field instance creation and deletion. |
field.form.inc |
file |
core/modules/field/field.form.inc |
Field forms management. |
field.info.inc |
file |
core/modules/field/field.info.inc |
Field Info API, providing information about available fields and field types. |
field_has_data |
function |
core/modules/field/field.module |
Determine whether a field has any data. |
DateFieldBasic |
class |
core/modules/date/tests/date_field.test |
@file
Basic functions for Date tests. |
file.field.inc |
file |
core/modules/file/file.field.inc |
Field module functionality for the File module. |
field_ui_theme |
function |
core/modules/field_ui/field_ui.module |
Implements hook_theme(). |
theme_fieldset |
function |
core/includes/form.inc |
Returns HTML for a fieldset form element and its children. |
db_field_names |
function |
core/includes/database/database.inc |
Returns an array of field names from an array of key/index column specifiers. |
field_language |
function |
core/modules/field/field.multilingual.inc |
Returns the display language for the fields attached to the given entity. |
Field Info API |
group |
core/modules/field/field.info.inc |
Obtain information about Field API configuration. |
field.block.inc |
file |
core/modules/field/field.block.inc |
|
field_get_value |
function |
core/modules/field/field.module |
Returns the first value from a field. |
field_views_api |
function |
core/modules/field/field.module |
Implements hook_views_api(). |
field.views.inc |
file |
core/modules/field/views/field.views.inc |
Provide Views data and handlers for field.module. |
text_field_info |
function |
core/modules/field/modules/text/text.module |
Implements hook_field_info(). |
text_field_load |
function |
core/modules/field/modules/text/text.module |
Implements hook_field_load(). |
date_field.test |
file |
core/modules/date/tests/date_field.test |
Basic functions for Date tests. |
field_test.info |
file |
core/modules/field/tests/field_test/field_test.info |
name = "Field API Test"
description = "Support module for the Field API tests."
backdrop = 1.x
package = Testing
version = BACKDROP_VERSION
type = module
hidden = TRUE |
field_get_items |
function |
core/modules/field/field.module |
Returns the field items in the language they currently would be displayed. |
field.theme.inc |
file |
core/modules/field/field.theme.inc |
Theme functions for the Field module. |
list_field_info |
function |
core/modules/field/modules/list/list.module |
Implements hook_field_info(). |
field_ui.module |
file |
core/modules/field_ui/field_ui.module |
Allows administrators to attach custom fields to fieldable types. |