field_ui_view_mode_enable |
function |
core/modules/field_ui/field_ui.admin.inc |
Menu callback: Enables the manage displays UI for a display mode. |
number_field_widget_error |
function |
core/modules/field/modules/number/number.module |
Implements hook_field_widget_error(). |
NodeEntityFieldQueryAlter |
class |
core/modules/node/tests/node.test |
Tests node_query_entity_field_access_alter(). |
_field_sql_storage_schema |
function |
core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Return the database schema for a field. This may contain one or
more tables. Each table will contain the columns relevant for the
specified field. Leave the $field's 'columns' and 'indexes' keys
empty to get only the base schema. |
FieldUIViewModeTestHelper |
class |
core/modules/field_ui/tests/field_ui.test |
Helper class for testing display mode functionality. |
MergeQuery::$insertFields |
property |
core/includes/database/query.inc |
An array of fields on which to insert. |
ImageFieldDisplayTestCase |
class |
core/modules/image/tests/image.test |
Test class to check that formatters and display settings are working. |
MergeQuery::$updateFields |
property |
core/includes/database/query.inc |
An array of fields that will be updated. |
options_field_widget_info |
function |
core/modules/field/modules/options/options.module |
Implements hook_field_widget_info(). |
options_field_widget_form |
function |
core/modules/field/modules/options/options.module |
Implements hook_field_widget_form(). |
FieldBlock::getAdminTitle |
function |
core/modules/field/field.block.inc |
Sets title text on draggable block panel in Layout builder. |
field_config_label_bundle |
function |
core/modules/field/field.module |
Given a bundle config file, display a unique label. |
field_sql_storage.install |
file |
core/modules/field/modules/field_sql_storage/field_sql_storage.install |
Install, update and uninstall functions for the field_sql_storage module. |
text_field_formatter_info |
function |
core/modules/field/modules/text/text.module |
Implements hook_field_formatter_info(). |
FieldFormTestCase::$field |
property |
core/modules/field/tests/field.test |
|
text_field_formatter_view |
function |
core/modules/field/modules/text/text.module |
Implements hook_field_formatter_view(). |
field_test.controller.inc |
file |
core/modules/field/tests/field_test/field_test.controller.inc |
|
FieldCrudTestCase::$field |
property |
core/modules/field/tests/field.test |
|
template_preprocess_field |
function |
core/modules/field/field.theme.inc |
Theme preprocess function for theme_field() and field.tpl.php. |
list_field_formatter_info |
function |
core/modules/field/modules/list/list.module |
Implements hook_field_formatter_info(). |
list_field_formatter_view |
function |
core/modules/field/modules/list/list.module |
Implements hook_field_formatter_view(). |
FieldBlockTestCase::$node |
property |
core/modules/field/tests/field.test |
|
field_test_field_validate |
function |
core/modules/field/tests/field_test/field_test.field.inc |
Implements hook_field_validate(). |
FieldBlockTestCase::setUp |
function |
core/modules/field/tests/field.test |
Sets up a Backdrop site for running functional and integration tests. |
field_test_field_is_empty |
function |
core/modules/field/tests/field_test/field_test.field.inc |
Implements hook_field_is_empty(). |
_date_field_settings_form |
function |
core/modules/date/date.admin.inc |
Helper function for date_field_settings_form(). |
hook_field_formatter_info |
function |
core/modules/field/field.api.php |
Expose Field API formatter types. |
hook_field_formatter_view |
function |
core/modules/field/field.api.php |
Build a renderable array for a field value. |
hook_field_attach_presave |
function |
core/modules/field/field.api.php |
Act on field_attach_presave(). |
hook_field_language_alter |
function |
core/modules/field/field.api.php |
Perform alterations on field_language() values. |
field_ui_inactive_message |
function |
core/modules/field_ui/field_ui.admin.inc |
Displays a message listing the inactive fields of a given bundle. |
ListFieldTestCase::$field |
property |
core/modules/field/modules/list/tests/list.test |
|
field_ui_table_pre_render |
function |
core/modules/field_ui/field_ui.admin.inc |
Render API callback: Performs pre-render tasks on field_ui_table elements. |
date_field_formatter_info |
function |
core/modules/date/date.field.inc |
Implements hook_field_formatter_info(). |
hook_field_storage_delete |
function |
core/modules/field/field.api.php |
Delete all field data for an entity. |
date_field_formatter_view |
function |
core/modules/date/date.field.inc |
Implements hook_field_formatter_view(). |
form_type_textfield_value |
function |
core/includes/form.inc |
Determines the value for a textfield form element. |
field_ui_widget_type_form |
function |
core/modules/field_ui/field_ui.admin.inc |
Form constructor for the widget selection form. |
TextFieldTestCase::$field |
property |
core/modules/field/modules/text/tests/text.test |
|
image_field_settings_form |
function |
core/modules/image/image.field.inc |
Implements hook_field_settings_form(). |
hook_field_purge_instance |
function |
core/modules/field/field.api.php |
Acts when a field instance is being purged. |
field_ui_get_destinations |
function |
core/modules/field_ui/field_ui.admin.inc |
Extracts next redirect path from an array of multiple destinations. |
field_ui_next_destination |
function |
core/modules/field_ui/field_ui.admin.inc |
Returns the next redirect path in a multipage sequence. |
field_available_languages |
function |
core/modules/field/field.multilingual.inc |
Collects the available languages for the given entity type and field. |
FieldInstanceCrudTestCase |
class |
core/modules/field/tests/field.test |
|
TaxonomyTermFieldTestCase |
class |
core/modules/taxonomy/tests/taxonomy.test |
Tests for taxonomy term field and formatter. |
EntityFieldQueryException |
class |
core/modules/entity/entity.query.inc |
Exception thrown by EntityFieldQuery() on unsupported query syntax. |
FieldTranslationsTestCase |
class |
core/modules/field/tests/field.test |
Unit test class for the multilanguage fields logic. |
views_handler_field_links |
class |
core/modules/views/handlers/views_handler_field_links.inc |
Provides a handler that adds a field of links. |
EmailFieldTestCase::setUp |
function |
core/modules/email/tests/email.test |
Sets up a Backdrop site for running functional and integration tests. |