Search for entityTypeId

  1. Search 7.x for entityTypeId
  2. Search 9.5.x for entityTypeId
  3. Search 8.9.x for entityTypeId
  4. Search 11.x for entityTypeId
  5. Other projects
Title Object type File name Summary
EntityTestComputedFieldTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/EntityTestComputedFieldTest.php The tested entity type.
EntityTestDestination::getEntityTypeId function core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityContentBaseTest.php Finds the entity type from configuration or plugin ID.
EntityTestLabelResourceTestBase::$entityTypeId property core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelResourceTestBase.php The tested entity type.
EntityTestMapFieldResourceTestBase::$entityTypeId property core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestMapFieldResourceTestBase.php The tested entity type.
EntityTestMapFieldTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/EntityTestMapFieldTest.php The tested entity type.
EntityTestResourceTestBase::$entityTypeId property core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestResourceTestBase.php The tested entity type.
EntityTestTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/EntityTestTest.php The tested entity type.
EntityTranslationRenderTrait::getEntityTypeId function core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php Returns the entity type identifier.
EntityTypeIdLengthException class core/lib/Drupal/Core/Entity/Exception/EntityTypeIdLengthException.php Defines an exception thrown when an entity ID is too long.
EntityTypeIdLengthException.php file core/lib/Drupal/Core/Entity/Exception/EntityTypeIdLengthException.php
EntityUnitTest::$entityTypeId property core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php The ID of the type of the entity under test.
EntityUnitTest::testGetEntityTypeId function core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php @covers ::getEntityTypeId[[api-linebreak]]
EntityViewBuilder::$entityTypeId property core/lib/Drupal/Core/Entity/EntityViewBuilder.php The type of entities for which this view builder is instantiated.
EntityViewDisplayResourceTestBase::$entityTypeId property core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php The tested entity type.
EntityViewDisplayTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/EntityViewDisplayTest.php The tested entity type.
EntityViewModeResourceTestBase::$entityTypeId property core/tests/Drupal/FunctionalTests/Rest/EntityViewModeResourceTestBase.php The tested entity type.
EntityViewModeTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/EntityViewModeTest.php The tested entity type.
FieldableEntityDefinitionUpdateTest::$entityTypeId property core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php The ID of the entity type used in this test.
FieldableEntityNormalizerTrait::determineEntityTypeId function core/modules/serialization/src/Normalizer/FieldableEntityNormalizerTrait.php Determines the entity type ID to denormalize as.
FieldBlock::$entityTypeId property core/modules/layout_builder/src/Plugin/Block/FieldBlock.php The entity type ID.
FieldConfigBase::getTargetEntityTypeId function core/lib/Drupal/Core/Field/FieldConfigBase.php Returns the ID of the entity type the field is attached to.
FieldConfigEditForm::$entityTypeId property core/modules/field_ui/src/Form/FieldConfigEditForm.php The name of the entity type.
FieldConfigEntityUnitTest::$entityTypeId property core/modules/field/tests/src/Unit/FieldConfigEntityUnitTest.php The ID of the type of the entity under test.
FieldConfigListBuilder::$targetEntityTypeId property core/modules/field_ui/src/FieldConfigListBuilder.php The name of the entity type the listed fields are attached to.
FieldConfigResourceTestBase::$entityTypeId property core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php The tested entity type.
FieldConfigTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php The tested entity type.
FieldDefinition::getTargetEntityTypeId function core/lib/Drupal/Core/Field/FieldDefinition.php Returns the ID of the entity type the field is attached to.
FieldDefinitionInterface::getTargetEntityTypeId function core/lib/Drupal/Core/Field/FieldDefinitionInterface.php Returns the ID of the entity type the field is attached to.
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.
FieldStorageConfigResourceTestBase::$entityTypeId property core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php The tested entity type.
FieldStorageConfigTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/FieldStorageConfigTest.php The tested entity type.
FieldStorageDefinitionInterface::getTargetEntityTypeId function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the ID of the entity type the field is attached to.
FieldStorageReuseForm::$entityTypeId property core/modules/field_ui/src/Form/FieldStorageReuseForm.php The name of the entity type.
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.
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
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.
ImageStyleResourceTestBase::$entityTypeId property core/modules/image/tests/src/Functional/Rest/ImageStyleResourceTestBase.php The tested entity type.
ImageStyleTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/ImageStyleTest.php The tested entity type.
ImageStyleTest::$entityTypeId property core/modules/image/tests/src/Unit/ImageStyleTest.php The ID of the type of the entity under test.
LanguageNegotiationContentEntity::getContentEntityTypeIdForCurrentRequest function core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php Returns the content entity type ID from the current request for the route.
LayoutBuilderIsActiveCacheContextTest::testGetContextMissingEntityTypeId function core/modules/layout_builder/tests/src/Unit/LayoutBuilderIsActiveCacheContextTest.php @covers ::getContext[[api-linebreak]]
LinkBase::getEntityTypeId function core/modules/views/src/Plugin/views/field/LinkBase.php Returns the entity type identifier.
MediaResourceTestBase::$entityTypeId property core/modules/media/tests/src/Functional/Rest/MediaResourceTestBase.php The tested entity type.
MediaTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/MediaTest.php The tested entity type.
MediaThumbnailFormatterTest::$testEntityTypeId property core/modules/media/tests/src/Kernel/MediaThumbnailFormatterTest.php Test entity type id.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.