hook_field_storage_info |
function |
drupal/core/modules/field/field.api.php |
Expose Field API storage backends. |
FieldList::summary_name |
function |
drupal/core/modules/field/lib/Drupal/field/Plugin/views/argument/FieldList.php |
Provides the name to use for the summary. By default this is just
the name field. |
hook_field_storage_load |
function |
drupal/core/modules/field/field.api.php |
Load field data for a set of entities. |
FieldInfoTest::$modules |
property |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldInfoTest.php |
Modules to enable. |
ContainerTest::getField |
function |
drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Tests/ContainerTest.php |
|
hook_field_create_field |
function |
drupal/core/modules/field/field.api.php |
Act on a field being created. |
FieldOverview::validate |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/FieldOverview.php |
Overrides Drupal\field_ui\OverviewBase::validate(). |
hook_field_update_field |
function |
drupal/core/modules/field/field.api.php |
Act on a field being updated. |
hook_field_delete_field |
function |
drupal/core/modules/field/field.api.php |
Act on a field being deleted. |
TermFieldTest::$modules |
property |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermFieldTest.php |
Modules to enable. |
LinkFieldTest::$modules |
property |
drupal/core/modules/field/modules/link/lib/Drupal/link/Tests/LinkFieldTest.php |
Modules to enable. |
FileFieldWidgetTest.php |
file |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php |
Definition of Drupal\file\Tests\FileFieldWidgetTest. |
ClassMetadata::hasField |
function |
drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php |
Checks if the given field is a mapped property for this class. |
Schema::getFieldTypeMap |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
This maps a generic data type in combination with its data size
to the engine-specific data type. |
field_content_languages |
function |
drupal/core/modules/field/field.multilingual.inc |
Returns available content language codes. |
FieldSqlStorageTest.php |
file |
drupal/core/modules/field/modules/field_sql_storage/lib/Drupal/field_sql_storage/Tests/FieldSqlStorageTest.php |
Definition of Drupal\field_sql_storage\FieldSqlStorageTest. |
Schema::fieldSetDefault |
function |
drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php |
Set the default value for a field. |
field_system_info_alter |
function |
drupal/core/modules/field/field.module |
Implements hook_system_info_alter(). |
field_entity_field_info |
function |
drupal/core/modules/field/field.module |
Implements hook_entity_field_info() to define all configured fields. |
field_language_fallback |
function |
drupal/core/modules/field/field.module |
Applies language fallback rules to the fields attached to the given entity. |
FieldAttachTestBase.php |
file |
drupal/core/modules/field/lib/Drupal/field/Tests/FieldAttachTestBase.php |
Definition of Drupal\field\Tests\FieldAttachTestBase. |
poll_field_extra_fields |
function |
drupal/core/modules/poll/poll.module |
Implements hook_field_extra_fields(). |
field_sync_field_status |
function |
drupal/core/modules/field/field.module |
Refreshes the 'active' and 'storage_active' columns for fields. |
field_get_default_value |
function |
drupal/core/modules/field/field.module |
Helper function to get the default value for a field on an entity. |
FieldInstance::getArray |
function |
drupal/core/modules/field/lib/Drupal/field/FieldInstance.php |
Returns the instance definition as a regular array. |
TextFieldTest::$modules |
property |
drupal/core/modules/field/modules/text/lib/Drupal/text/Tests/TextFieldTest.php |
Modules to enable. |
node_field_extra_fields |
function |
drupal/core/modules/node/node.module |
Implements hook_field_extra_fields(). |
taxonomy_field_validate |
function |
drupal/core/modules/taxonomy/taxonomy.module |
Implements hook_field_validate(). |
taxonomy_field_is_empty |
function |
drupal/core/modules/taxonomy/taxonomy.module |
Implements hook_field_is_empty(). |
file_field_prepare_view |
function |
drupal/core/modules/file/file.field.inc |
Implements hook_field_prepare_view(). |
Schema::getFieldTypeMap |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
This maps a generic data type in combination with its data size
to the engine-specific data type. |
file_field_widget_value |
function |
drupal/core/modules/file/file.field.inc |
Render API callback: Retrieves the value for the file_generic field element. |
FieldInfo::getInstances |
function |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
Retrieves all active, non-deleted instances definitions. |
_field_info_field_cache |
function |
drupal/core/modules/field/field.info.inc |
Retrieves the Drupal\field\FieldInfo object for the current request. |
field_ui_field_overview |
function |
drupal/core/modules/field_ui/field_ui.admin.inc |
Returns the built and processed 'Manage fields' form of a bundle. |
FieldInfo::getFieldById |
function |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
Returns a field definition from a field ID. |
NodeAccessFieldTest.php |
file |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessFieldTest.php |
Definition of Drupal\node\Tests\NodeAccessFieldTest. |
FieldInfo::prepareField |
function |
drupal/core/modules/field/lib/Drupal/field/FieldInfo.php |
Prepares a field definition for the current run-time context. |
Schema::fieldSetDefault |
function |
drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
Set the default value for a field. |
db_field_set_no_default |
function |
drupal/core/includes/database.inc |
Sets a field to have no default value. |
field_info_widget_types |
function |
drupal/core/modules/field/field.info.inc |
Returns information about field widgets from AnnotatedClassDiscovery. |
OptionsFieldTest::setUp |
function |
drupal/core/modules/field/modules/options/lib/Drupal/options/Tests/OptionsFieldTest.php |
Set the default field storage backend for fields created during tests. |
field_test_field_insert |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.field.inc |
Implements hook_field_insert(). |
field_test_field_update |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.field.inc |
Implements hook_field_update(). |
field_info_field_by_ids |
function |
drupal/core/modules/field/field.info.inc |
Returns the same data as field_info_field_by_id() for every field. |
field_test_field_delete |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.field.inc |
Implements hook_field_delete(). |
FileFieldRSSContentTest |
class |
drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldRSSContentTest.php |
Tests that formatters are working properly. |
field_info_extra_fields |
function |
drupal/core/modules/field/field.info.inc |
Returns a list and settings of pseudo-field elements in a given bundle. |
field_test_field_access |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.field.inc |
Implements hook_field_access(). |
field_test_field_schema |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.install |
Implements hook_field_schema(). |