| 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 |
@covers ::getEntityType[[api-linebreak]] |
| HandlerBaseTest::testGetEntityTypeForFieldWithRelationship |
function |
core/modules/views/tests/src/Unit/Plugin/HandlerBaseTest.php |
@covers ::getEntityType[[api-linebreak]] |
| 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. |
| InlineBlock::$entityTypeManager |
property |
core/modules/layout_builder/src/Plugin/Block/InlineBlock.php |
The entity type manager. |
| InlineBlockDeriver::$entityTypeManager |
property |
core/modules/layout_builder/src/Plugin/Derivative/InlineBlockDeriver.php |
The entity type manager. |
| InlineBlockEntityOperations::$entityTypeManager |
property |
core/modules/layout_builder/src/InlineBlockEntityOperations.php |
The entity type manager. |
| InstallHelper::$entityTypeManager |
property |
core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php |
Entity type manager. |
| JsonApiDocumentTopLevelNormalizer::$entityTypeManager |
property |
core/modules/jsonapi/src/Normalizer/JsonApiDocumentTopLevelNormalizer.php |
The entity type manager. |
| JsonApiFilterRegressionTest::testBundleSpecificTargetEntityTypeFromIssue2953207 |
function |
core/modules/jsonapi/tests/src/Functional/JsonApiFilterRegressionTest.php |
Ensure filtering on relationships works with bundle-specific target types. |
| JsonApiPatchRegressionTest::testBundleSpecificTargetEntityTypeFromIssue2953207 |
function |
core/modules/jsonapi/tests/src/Functional/JsonApiPatchRegressionTest.php |
Ensure filtering on relationships works with bundle-specific target types. |
| JsonApiRegressionTest::testDeepNestedIncludeMultiTargetEntityTypeFieldFromIssue2973681 |
function |
core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php |
Ensure deep nested include works on multi target entity type field. |
| KeyValueEntityStorageTest::$entityType |
property |
core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php |
The entity type. |
| KeyValueEntityStorageTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php |
The mocked entity type manager. |
| LanguageNegotiationContentEntity::$entityTypeManager |
property |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php |
The entity type manager. |
| LanguageNegotiationContentEntity::getContentEntityTypeIdForCurrentRequest |
function |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php |
Returns the content entity type ID from the current request for the route. |
| LatestRevision::$entityTypeManager |
property |
core/modules/views/src/Plugin/views/filter/LatestRevision.php |
Entity Type Manager service. |
| LatestTranslationAffectedRevision::$entityTypeManager |
property |
core/modules/views/src/Plugin/views/filter/LatestTranslationAffectedRevision.php |
Entity Type Manager service. |
| LayoutBuilderIsActiveCacheContextTest::testGetContextMissingEntityTypeId |
function |
core/modules/layout_builder/tests/src/Unit/LayoutBuilderIsActiveCacheContextTest.php |
@covers ::getContext[[api-linebreak]] |
| LayoutBuilderLocalTaskDeriver::$entityTypeManager |
property |
core/modules/layout_builder/src/Plugin/Derivative/LayoutBuilderLocalTaskDeriver.php |
The entity type manager. |
| LayoutBuilderOverridesPermissions::$entityTypeManager |
property |
core/modules/layout_builder/src/LayoutBuilderOverridesPermissions.php |
The entity type manager. |
| LayoutBuilderSampleEntityGenerator::$entityTypeManager |
property |
core/modules/layout_builder/src/Entity/LayoutBuilderSampleEntityGenerator.php |
The entity type manager. |
| LayoutBuilderTest::testNonBundleEntityType |
function |
core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php |
Tests the Layout Builder UI for an entity type without a bundle. |
| LinkBase::$entityTypeManager |
property |
core/modules/views/src/Plugin/views/field/LinkBase.php |
The entity type manager. |
| LinkBase::getEntityTypeId |
function |
core/modules/views/src/Plugin/views/field/LinkBase.php |
Returns the entity type identifier. |
| LinkBase::getEntityTypeManager |
function |
core/modules/views/src/Plugin/views/field/LinkBase.php |
|
| LinkUri::$entityTypeManager |
property |
core/modules/menu_link_content/src/Plugin/migrate/process/LinkUri.php |
The entity type manager, used to fetch entity link templates. |
| MailHandlerTest::$entityTypeManager |
property |
core/modules/contact/tests/src/Unit/MailHandlerTest.php |
The entity type manager. |
| MakeUniqueEntityField::$entityTypeManager |
property |
core/modules/migrate/src/Plugin/migrate/process/MakeUniqueEntityField.php |
The entity type manager. |
| MakeUniqueEntityFieldTest::$entityTypeManager |
property |
core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php |
The mocked entity type manager. |
| ManageDisplayTest::$entityTypeManager |
property |
core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php |
|
| ManageFieldsMultipleTypesTest::entityTypesProvider |
function |
core/modules/field_ui/tests/src/Functional/ManageFieldsMultipleTypesTest.php |
Data provider for testing Field UI with multiple entity types. |
| ManageFieldsTest::$entityTypeManager |
property |
core/modules/field_ui/tests/src/FunctionalJavascript/ManageFieldsTest.php |
|
| MediaAccessControlHandler::$entityTypeManager |
property |
core/modules/media/src/MediaAccessControlHandler.php |
The entity type manager. |
| MediaConfigSubscriber::$entityTypeManager |
property |
core/modules/media/src/EventSubscriber/MediaConfigSubscriber.php |
The entity type manager. |
| MediaEmbed::$entityTypeBundleInfo |
property |
core/modules/media/src/Plugin/Filter/MediaEmbed.php |
The entity type bundle info service. |
| MediaEmbed::$entityTypeManager |
property |
core/modules/media/src/Plugin/Filter/MediaEmbed.php |
The entity type manager. |
| MediaLibraryFieldWidgetOpener::$entityTypeManager |
property |
core/modules/media_library/src/MediaLibraryFieldWidgetOpener.php |
The entity type manager. |
| MediaLibraryUiBuilder::$entityTypeManager |
property |
core/modules/media_library/src/MediaLibraryUiBuilder.php |
The entity type manager. |
| MediaLibraryWidget::$entityTypeManager |
property |
core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php |
Entity type manager service. |
| MediaPermissions::$entityTypeManager |
property |
core/modules/media/src/MediaPermissions.php |
The entity type manager service. |
| MediaResourceTestBase::$entityTypeId |
property |
core/modules/media/tests/src/Functional/Rest/MediaResourceTestBase.php |
The tested entity type. |
| MediaSettingsForm::$entityTypeManager |
property |
core/modules/media/src/Form/MediaSettingsForm.php |
The entity type manager. |