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 10.3.x for entityTypeId
  5. Other projects
Title Object type File name Summary
DataEntityRow::getEntityTypeId function core/modules/rest/src/Plugin/views/row/DataEntityRow.php Returns the entity type identifier.
DateFormatResourceTestBase::$entityTypeId property core/tests/Drupal/FunctionalTests/Rest/DateFormatResourceTestBase.php The tested entity type.
DateFormatTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/DateFormatTest.php The tested entity type.
DbLogResourceTest::$entityTypeId property core/modules/dblog/tests/src/Functional/DbLogResourceTest.php The entity type ID.
DefaultHtmlRouteProvider::getEntityTypeIdKeyType function core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php Gets the type of the ID key for a given entity type.
DefaultHtmlRouteProviderTest::testGetEntityTypeIdKeyType function core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php Tests get entity type id key type.
DefaultHtmlRouteProviderTest::testGetEntityTypeIdKeyTypeNotFieldable function core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php Tests get entity type id key type not fieldable.
DeleteMultipleForm::$entityTypeId property core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php The entity type ID.
EditorConfigEntityUnitTest::$entityTypeId property core/modules/editor/tests/src/Unit/EditorConfigEntityUnitTest.php The ID of the type of the entity under test.
EditorResourceTestBase::$entityTypeId property core/modules/editor/tests/src/Functional/Rest/EditorResourceTestBase.php The tested entity type.
EditorTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/EditorTest.php The tested entity type.
EntityAccessControlHandler::$entityTypeId property core/lib/Drupal/Core/Entity/EntityAccessControlHandler.php The entity type ID of the access control handler instance.
EntityAdapterUnitTest::$entityTypeId property core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php The type ID of the entity under test.
EntityBase::$entityTypeId property core/lib/Drupal/Core/Entity/EntityBase.php The entity type.
EntityBase::getEntityTypeId function core/lib/Drupal/Core/Entity/EntityBase.php Gets the ID of the type of the entity.
EntityBundleExistsConstraint::$entityTypeId property core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EntityBundleExistsConstraint.php The entity type ID which should have the given bundle.
EntityBundleExistsConstraintValidatorTest::testEntityTypeIdFromMultipleParents function core/tests/Drupal/KernelTests/Core/Entity/EntityBundleExistsConstraintValidatorTest.php Tests getting the entity type ID from a deeply nested property path.
EntityBundleExistsConstraintValidatorTest::testEntityTypeIdIsStatic function core/tests/Drupal/KernelTests/Core/Entity/EntityBundleExistsConstraintValidatorTest.php Tests validating a bundle of a known (static) entity type ID.
EntityBundleExistsConstraintValidatorTest::testInvalidEntityTypeId function core/tests/Drupal/KernelTests/Core/Entity/EntityBundleExistsConstraintValidatorTest.php Tests when the constraint's entityTypeId value is not valid.
EntityContext::fromEntityTypeId function core/lib/Drupal/Core/Plugin/Context/EntityContext.php Gets a context from an entity type ID.
EntityContextDefinition::fromEntityTypeId function core/lib/Drupal/Core/Plugin/Context/EntityContextDefinition.php Creates a context definition from a given entity type ID.
EntityContextDefinition::getEntityTypeId function core/lib/Drupal/Core/Plugin/Context/EntityContextDefinition.php Returns the entity type ID of this context.
EntityDataDefinition::getEntityTypeId function core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinition.php Gets the entity type ID.
EntityDataDefinition::setEntityTypeId function core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinition.php Sets the entity type ID.
EntityDataDefinitionInterface::getEntityTypeId function core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinitionInterface.php Gets the entity type ID.
EntityDataDefinitionInterface::setEntityTypeId function core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinitionInterface.php Sets the entity type ID.
EntityDisplayBase::getTargetEntityTypeId function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Gets the entity type for which this display is used.
EntityDisplayBaseTest::testGetTargetEntityTypeId function core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php Tests get target entity type id.
EntityDisplayInterface::getTargetEntityTypeId function core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php Gets the entity type for which this display is used.
EntityDisplayModeFormBase::$targetEntityTypeId property core/modules/field_ui/src/Form/EntityDisplayModeFormBase.php The entity type for which the display mode is being created or edited.
EntityFieldDefinitionTrait::getEntityTypeId function core/modules/migrate/src/EntityFieldDefinitionTrait.php Finds the entity type from configuration or plugin ID.
EntityFieldRenderer::getEntityTypeId function core/modules/views/src/Entity/Render/EntityFieldRenderer.php Returns the entity type identifier.
EntityFormDisplayResourceTestBase::$entityTypeId property core/tests/Drupal/FunctionalTests/Rest/EntityFormDisplayResourceTestBase.php The tested entity type.
EntityFormDisplayTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/EntityFormDisplayTest.php The tested entity type.
EntityFormModeResourceTestBase::$entityTypeId property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeResourceTestBase.php The tested entity type.
EntityFormModeTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php The tested entity type.
EntityInterface::getEntityTypeId function core/lib/Drupal/Core/Entity/EntityInterface.php Gets the ID of the type of the entity.
EntityListBuilder::$entityTypeId property core/lib/Drupal/Core/Entity/EntityListBuilder.php The entity type ID.
EntityModerationRouteProvider::getEntityTypeIdKeyType function core/modules/content_moderation/src/Entity/Routing/EntityModerationRouteProvider.php Gets the type of the ID key for a given entity type.
EntityOperations::getEntityTypeId function core/modules/views/src/Plugin/views/field/EntityOperations.php Returns the entity type identifier.
EntityResourceTestBase::$entityTypeId property core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php The tested entity type.
EntityRevisionTestDestination::getEntityTypeId function core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityRevisionTest.php Gets the test entity ID.
EntityRow::$entityTypeId property core/modules/views/src/Plugin/views/row/EntityRow.php Stores the entity type ID of the result entities.
EntityRow::getEntityTypeId function core/modules/views/src/Plugin/views/row/EntityRow.php Returns the entity type identifier.
EntityStorageBase::$entityTypeId property core/lib/Drupal/Core/Entity/EntityStorageBase.php Entity type ID for this storage.
EntityStorageBase::getEntityTypeId function core/lib/Drupal/Core/Entity/EntityStorageBase.php Gets the entity type ID.
EntityStorageInterface::getEntityTypeId function core/lib/Drupal/Core/Entity/EntityStorageInterface.php Gets the entity type ID.
EntityTestBundleResourceTestBase::$entityTypeId property core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleResourceTestBase.php The tested entity type.
EntityTestComputedFieldNormalizerTest::$entityTypeId property core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestComputedFieldNormalizerTest.php The tested entity type.
EntityTestComputedFieldTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/EntityTestComputedFieldTest.php The tested entity type.

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