| FieldStorageCrudTest::testUpdateEntityType |
function |
core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php |
Tests changing a field storage type. |
| FieldStorageDefinitionInterface::getTargetEntityTypeId |
function |
core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php |
Returns the ID of the entity type the field is attached to. |
| FieldStorageDefinitionListener::$entityFieldManager |
property |
core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php |
The entity field manager. |
| FieldStorageDefinitionListener::$entityLastInstalledSchemaRepository |
property |
core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php |
The entity definition manager. |
| FieldStorageDefinitionListener::$entityTypeManager |
property |
core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php |
The entity type manager. |
| FieldStorageEntityTypeDependencyTestHook |
class |
core/modules/system/tests/modules/field_storage_entity_type_dependency_test/src/Hook/FieldStorageEntityTypeDependencyTestHook.php |
Hook implementations. |
| FieldStorageEntityTypeDependencyTestHook.php |
file |
core/modules/system/tests/modules/field_storage_entity_type_dependency_test/src/Hook/FieldStorageEntityTypeDependencyTestHook.php |
|
| FieldStorageEntityTypeDependencyTestHook::systemInfoAlter |
function |
core/modules/system/tests/modules/field_storage_entity_type_dependency_test/src/Hook/FieldStorageEntityTypeDependencyTestHook.php |
Implements hook_system_info_alter(). |
| FieldStorageReuseForm::$entityTypeId |
property |
core/modules/field_ui/src/Form/FieldStorageReuseForm.php |
The name of the entity type. |
| FieldTest::$entityFieldManager |
property |
core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php |
The entity field manager. |
| FieldTest::$entityRepository |
property |
core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php |
The entity repository. |
| FieldTest::$entityTypeBundleInfo |
property |
core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php |
The entity type bundle info service. |
| FieldTest::$entityTypeManager |
property |
core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php |
The entity type manager. |
| FieldTestBooleanAccessDeniedHooks::entityFieldAccess |
function |
core/modules/field/tests/modules/field_test_boolean_access_denied/src/Hook/FieldTestBooleanAccessDeniedHooks.php |
Implements hook_entity_field_access(). |
| FieldTestEntityField |
class |
core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php |
Stub class for testing EntityField methods. |
| FieldTestEntityField::executePrepareItemsByDelta |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php |
|
| FieldTestEntityHooks |
class |
core/modules/field/tests/modules/field_test/src/Hook/FieldTestEntityHooks.php |
Hook implementations for field_test. |
| FieldTestEntityHooks.php |
file |
core/modules/field/tests/modules/field_test/src/Hook/FieldTestEntityHooks.php |
|
| FieldTestEntityHooks::entityTypeAlter |
function |
core/modules/field/tests/modules/field_test/src/Hook/FieldTestEntityHooks.php |
Implements hook_entity_type_alter(). |
| FieldTestFieldHooks::entityFieldAccess |
function |
core/modules/field/tests/modules/field_test/src/Hook/FieldTestFieldHooks.php |
Implements hook_entity_field_access(). |
| FieldTestHelper::entityInfoTranslatable |
function |
core/modules/field/tests/modules/field_test/src/FieldTestHelper.php |
Helper function to enable entity translations. |
| FieldTestHooks::entityBundleFieldInfoAlter |
function |
core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php |
Implements hook_entity_bundle_field_info_alter(). |
| FieldTestHooks::entityDisplayBuildAlter |
function |
core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php |
Implements hook_entity_display_build_alter(). |
| FieldTestHooks::entityExtraFieldInfoAlter |
function |
core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php |
Implements hook_entity_extra_field_info_alter(). |
| FieldTestHooks::entityQueryAlter |
function |
core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php |
Implements hook_entity_query_alter(). |
| FieldTestHooks::entityQueryEntityTestMulrevAlter |
function |
core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php |
Implements hook_entity_query_ENTITY_TYPE_alter() for 'entity_test_mulrev'. |
| FieldTestHooks::entityQueryTagEntityQueryAlterTagTestAlter |
function |
core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php |
Implements hook_entity_query_tag__TAG_alter() for 'entity_query_alter_tag_test'. |
| FieldTestHooks::entityQueryTagEntityTestMulrevEntityQueryEntityTestMulrevAlterTagTestAlter |
function |
core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php |
Implements hook_entity_query_tag__ENTITY_TYPE__TAG_alter(). |
| FieldTestHooks::entityReferenceSelectionAlter |
function |
core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php |
Implements hook_entity_reference_selection_alter(). |
| FieldTestHooks::fieldInfoEntityTypeUiDefinitionsAlter |
function |
core/modules/field/tests/modules/field_test/src/Hook/FieldTestHooks.php |
Implements hook_field_info_entity_type_ui_definitions_alter(). |
| FieldTranslationSynchronizer::$entityTypeManager |
property |
core/modules/content_translation/src/FieldTranslationSynchronizer.php |
The entity type manager. |
| FieldTranslationSynchronizer::getOriginalEntity |
function |
core/modules/content_translation/src/FieldTranslationSynchronizer.php |
Returns the original unchanged entity to be used to detect changes. |
| FieldTypePluginManager::getEntityTypeUiDefinitions |
function |
core/lib/Drupal/Core/Field/FieldTypePluginManager.php |
Get the field type definitions that can be added via UI for an entity type. |
| FieldTypePluginManagerInterface::getEntityTypeUiDefinitions |
function |
core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php |
Get the field type definitions that can be added via UI for an entity type. |
| FieldTypePluginManagerTest::testUiDefinitionsPerEntityType |
function |
core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php |
Tests UI definitions per entity type. |
| FieldUiHooks::entityBundleCreate |
function |
core/modules/field_ui/src/Hook/FieldUiHooks.php |
Implements hook_entity_bundle_create(). |
| FieldUiHooks::entityFormModeDelete |
function |
core/modules/field_ui/src/Hook/FieldUiHooks.php |
Implements hook_ENTITY_TYPE_delete(). |
| FieldUiHooks::entityFormModePresave |
function |
core/modules/field_ui/src/Hook/FieldUiHooks.php |
Implements hook_ENTITY_TYPE_presave(). |
| FieldUiHooks::entityOperation |
function |
core/modules/field_ui/src/Hook/FieldUiHooks.php |
Implements hook_entity_operation(). |
| FieldUiHooks::entityTypeBuild |
function |
core/modules/field_ui/src/Hook/FieldUiHooks.php |
Implements hook_entity_type_build(). |
| FieldUiHooks::entityViewModeDelete |
function |
core/modules/field_ui/src/Hook/FieldUiHooks.php |
Implements hook_ENTITY_TYPE_delete(). |
| FieldUiHooks::entityViewModePresave |
function |
core/modules/field_ui/src/Hook/FieldUiHooks.php |
Implements hook_ENTITY_TYPE_presave(). |
| FieldUiLocalAction::$entityTypeManager |
property |
core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalAction.php |
The entity type manager. |
| FieldUiLocalTask::$entityDisplayRepository |
property |
core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php |
The entity display repository. |
| FieldUiLocalTask::$entityTypeManager |
property |
core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php |
The entity type manager. |
| FieldUiPermissions::$entityTypeManager |
property |
core/modules/field_ui/src/FieldUiPermissions.php |
The entity type manager. |
| FieldUiTestHooks::formEntityViewDisplayEditFormAlter |
function |
core/modules/field_ui/tests/modules/field_ui_test/src/Hook/FieldUiTestHooks.php |
Implements hook_form_FORM_BASE_ID_alter(). |
| FieldValidationTest::$entity |
property |
core/modules/field/tests/src/Kernel/FieldValidationTest.php |
|
| FieldValidationTest::$entityType |
property |
core/modules/field/tests/src/Kernel/FieldValidationTest.php |
|
| FieldValuesTest::testLayoutBuilderUiDoesNotShowStaleEntityFieldValues |
function |
core/modules/layout_builder/tests/src/Functional/FieldValuesTest.php |
Tests that changes to fields are visible in the Layout Builder UI. |