| FieldStorageAddForm::$entityTypeId |
property |
core/modules/field_ui/src/Form/FieldStorageAddForm.php |
The name of the entity type. |
| FieldStorageConfig::getTargetEntityTypeId |
function |
core/modules/field/src/Entity/FieldStorageConfig.php |
Returns the ID of the entity type the field is attached to. |
| FieldStorageConfigEntityUnitTest::$entityTypeId |
property |
core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php |
The ID of the type of the entity under test. |
| FieldStorageConfigEntityUnitTest::$entityTypeManager |
property |
core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php |
The entity type manager used for testing. |
| FieldStorageConfigListBuilder::$entityTypeManager |
property |
core/modules/field_ui/src/FieldStorageConfigListBuilder.php |
The entity type manager. |
| FieldStorageConfigResourceTestBase::$entityTypeId |
property |
core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php |
The tested entity type. |
| FieldStorageConfigStorage::$entityTypeManager |
property |
core/modules/field/src/FieldStorageConfigStorage.php |
The entity type manager. |
| FieldStorageConfigTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/FieldStorageConfigTest.php |
The tested entity type. |
| 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::$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::$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. |
| FieldTestEntityHooks::entityTypeAlter |
function |
core/modules/field/tests/modules/field_test/src/Hook/FieldTestEntityHooks.php |
Implements hook_entity_type_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. |
| 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::entityTypeBuild |
function |
core/modules/field_ui/src/Hook/FieldUiHooks.php |
Implements hook_entity_type_build(). |
| FieldUiLocalAction::$entityTypeManager |
property |
core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalAction.php |
The entity type manager. |
| 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. |
| FieldValidationTest::$entityType |
property |
core/modules/field/tests/src/Kernel/FieldValidationTest.php |
|
| FileResourceTestBase::$entityTypeId |
property |
core/modules/file/tests/src/Functional/Rest/FileResourceTestBase.php |
The tested entity type. |
| FileTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/FileTest.php |
The tested entity type. |
| FileTestHooks::entityTypeAlter |
function |
core/modules/file/tests/file_test/src/Hook/FileTestHooks.php |
Implements hook_entity_type_alter(). |
| FileUploadJsonCookieTest::$entityTypeId |
property |
core/modules/file/tests/src/Functional/FileUploadJsonCookieTest.php |
Entity type ID for this storage. |
| FileUploadTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/FileUploadTest.php |
|
| FilterEntityReferenceTrait::setUpEntityTypes |
function |
core/modules/views_ui/tests/src/Traits/FilterEntityReferenceTrait.php |
Sets up the entity types and relationships. |
| FilterFormatResourceTestBase::$entityTypeId |
property |
core/modules/filter/tests/src/Functional/Rest/FilterFormatResourceTestBase.php |
The tested entity type. |
| FilterFormatTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/FilterFormatTest.php |
The tested entity type. |
| FilterPermissions::$entityTypeManager |
property |
core/modules/filter/src/FilterPermissions.php |
The entity type manager. |
| FormModeAccessCheck::$entityTypeManager |
property |
core/modules/field_ui/src/Access/FormModeAccessCheck.php |
The entity type manager. |
| HandlerBase::getEntityType |
function |
core/modules/views/src/Plugin/views/HandlerBase.php |
Determines the entity type used by this handler. |
| HandlerBaseTest::testGetEntityTypeForFieldOnBaseTable |
function |
core/modules/views/tests/src/Unit/Plugin/HandlerBaseTest.php |
Tests get entity type for field on base table. |
| HandlerBaseTest::testGetEntityTypeForFieldWithRelationship |
function |
core/modules/views/tests/src/Unit/Plugin/HandlerBaseTest.php |
Tests get entity type for field with relationship. |
| HistoryCommentLinkBuilderTest::$entityTypeManager |
property |
core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php |
The entity type manager. |
| HtmlEntityFormController::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/HtmlEntityFormController.php |
The entity type manager service. |
| ImageFormatterTest::$entityType |
property |
core/modules/image/tests/src/Kernel/ImageFormatterTest.php |
|
| ImageStyleResourceTestBase::$entityTypeId |
property |
core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php |
The tested entity type. |
| ImageStyleTest::$entityType |
property |
core/modules/image/tests/src/Unit/ImageStyleTest.php |
The entity type used for testing. |
| ImageStyleTest::$entityTypeId |
property |
core/modules/image/tests/src/Unit/ImageStyleTest.php |
The ID of the type of the entity under test. |
| ImageStyleTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php |
The tested entity type. |
| ImageStyleTest::$entityTypeManager |
property |
core/modules/image/tests/src/Unit/ImageStyleTest.php |
The entity type manager used for testing. |
| IncludeResolver::$entityTypeManager |
property |
core/modules/jsonapi/src/IncludeResolver.php |
The entity type manager. |