Search for Id

  1. Search 7.x for Id
  2. Search 9.5.x for Id
  3. Search 8.9.x for Id
  4. Search 11.x for Id
  5. Other projects
Title Object type File name Summary
EntityTranslationRenderTrait::getEntityTypeId function core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php Returns the entity type identifier.
EntityTranslationSettings::getIds function core/modules/content_translation/src/Plugin/migrate/source/d7/EntityTranslationSettings.php Defines the source fields uniquely identifying a source row.
EntityTranslationSettingsTest::providerSource function core/modules/content_translation/tests/src/Kernel/Plugin/migrate/source/d7/EntityTranslationSettingsTest.php
EntityType::$id property core/lib/Drupal/Core/Entity/EntityType.php The unique identifier of this entity type.
EntityType::getRouteProviderClasses function core/lib/Drupal/Core/Entity/EntityType.php Gets all the route provide handlers.
EntityType::hasRouteProviders function core/lib/Drupal/Core/Entity/EntityType.php Indicates if this entity type has any route provider.
EntityTypeBundleInfoTest::$cacheTagsInvalidator property core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php The cache tags invalidator.
EntityTypeBundleInfoTest::providerTestGetBundleInfo function core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php Provides test data for testGetBundleInfo().
EntityTypeConstraintsTest::testConstraintValidation function core/tests/Drupal/KernelTests/Core/Entity/EntityTypeConstraintsTest.php Tests entity constraints are validated.
EntityTypeConstraintValidator class core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityTypeConstraintValidator.php Validates the EntityType constraint.
EntityTypeConstraintValidator.php file core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityTypeConstraintValidator.php
EntityTypeConstraintValidator::validate function core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityTypeConstraintValidator.php phpcs:ignore Drupal.Commenting.FunctionComment.VoidReturn
EntityTypeConstraintValidatorTest class core/tests/Drupal/KernelTests/Core/Entity/EntityTypeConstraintValidatorTest.php Tests validation constraints for EntityTypeConstraintValidator.
EntityTypeConstraintValidatorTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityTypeConstraintValidatorTest.php
EntityTypeConstraintValidatorTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityTypeConstraintValidatorTest.php Modules to install.
EntityTypeConstraintValidatorTest::$typedData property core/tests/Drupal/KernelTests/Core/Entity/EntityTypeConstraintValidatorTest.php The typed data manager to use.
EntityTypeConstraintValidatorTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityTypeConstraintValidatorTest.php
EntityTypeConstraintValidatorTest::testValidation function core/tests/Drupal/KernelTests/Core/Entity/EntityTypeConstraintValidatorTest.php Tests the EntityTypeConstraintValidator.
EntityTypedDataDefinitionTest::entityDefinitionIsInternalProvider function core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php Provides test cases for testEntityDefinitionIsInternal.
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
EntityTypeInfo::$validator property core/modules/content_moderation/src/EntityTypeInfo.php The state transition validation service.
EntityTypeInfoTest::providerTestEntityTypeAlter function core/modules/content_moderation/tests/src/Kernel/EntityTypeInfoTest.php Provides test data for testEntityTypeAlter().
EntityTypeInfoTest::testEntityBaseFieldProvider function core/modules/content_moderation/tests/src/Kernel/EntityTypeInfoTest.php Tests entity base field provider.
EntityTypeInterface::getRouteProviderClasses function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets all the route provide handlers.
EntityTypeInterface::hasRouteProviders function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Indicates if this entity type has any route provider.
EntityTypeInterface::ID_MAX_LENGTH constant core/lib/Drupal/Core/Entity/EntityTypeInterface.php The maximum length of ID, in characters.
EntityTypeManager::getRouteProviders function core/lib/Drupal/Core/Entity/EntityTypeManager.php
EntityTypeManagerInterface::getRouteProviders function core/lib/Drupal/Core/Entity/EntityTypeManagerInterface.php Gets all route provider instances.
EntityTypeManagerTest::provideFormObjectInvalidOperationData function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Provides test data for testGetFormObjectInvalidOperation().
EntityTypeManagerTest::provideMissingHandlerData function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Provides test data for testGetHandlerMissingHandler().
EntityTypeManagerTest::providerTestGetDefinition function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Provides test data for testGetDefinition().
EntityTypeManagerTest::providerTestHasHandler function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Provides test data for testHasHandler().
EntityTypeManagerTest::testGetDefinitionInvalidException function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Tests the getDefinition() method with an invalid definition.
EntityTypeManagerTest::testGetFormObjectInvalidOperation function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Tests the getFormObject() method with an invalid operation.
EntityTypeManagerTest::testGetRouteProviders function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php @covers ::getRouteProviders
EntityTypeTest::providerTestGet function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Provides test data for testGet.
EntityTypeTest::providerTestGetBundleLabel function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Provides test data for ::testGetBundleLabel().
EntityTypeTest::providerTestGetKeys function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Provides test data.
EntityTypeTest::providerTestSet function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Provides test data for testSet.
EntityTypeTest::testId function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php @covers ::id
EntityTypeTest::testIdExceedsMaxLength function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php @covers ::__construct
EntityTypeTest::testSetLinkTemplateWithInvalidPath function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php @covers ::setLinkTemplate
EntityUnitTest::$cacheTagsInvalidator property core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php The mocked cache tags invalidator.
EntityUnitTest::$entityTypeId property core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php The ID of the type of the entity under test.
EntityUnitTest::$routeProvider property core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php The route provider used for testing.
EntityUnitTest::$uuid property core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php The UUID generator used for testing.
EntityUnitTest::testGetEntityTypeId function core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php @covers ::getEntityTypeId
EntityUnitTest::testId function core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php @covers ::id
EntityUnitTest::testUuid function core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php @covers ::uuid

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