Search for entityType

  1. Search 7.x for entityType
  2. Search 8.9.x for entityType
  3. Search 10.3.x for entityType
  4. Search 11.x for entityType
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
EntityType class core/lib/Drupal/Core/Entity/EntityType.php Provides an implementation of an entity type and its metadata.
EntityType class core/lib/Drupal/Core/Entity/Annotation/EntityType.php Defines an Entity type annotation object.

All search results

Title Object type File name Summary
EntityTypeBundleInfoTest::$cacheBackend property core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php The cache backend to use.
EntityTypeBundleInfoTest::$cacheTagsInvalidator property core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php The cache tags invalidator.
EntityTypeBundleInfoTest::$entityTypeBundleInfo property core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php The entity type bundle info under test.
EntityTypeBundleInfoTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php The entity type manager.
EntityTypeBundleInfoTest::$languageManager property core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php The language manager.
EntityTypeBundleInfoTest::$moduleHandler property core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php The module handler.
EntityTypeBundleInfoTest::$typedDataManager property core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php The typed data manager.
EntityTypeBundleInfoTest::providerTestGetBundleInfo function core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php Provides test data for testGetBundleInfo().
EntityTypeBundleInfoTest::setUp function core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php
EntityTypeBundleInfoTest::setUpEntityTypeDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php Sets up the entity type manager to be tested.
EntityTypeBundleInfoTest::testClearCachedBundles function core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php Tests the clearCachedBundles() method.
EntityTypeBundleInfoTest::testGetAllBundleInfo function core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php Tests the getAllBundleInfo() method.
EntityTypeBundleInfoTest::testGetAllBundleInfoWithEntityBundleInfo function core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php @covers ::getAllBundleInfo
EntityTypeBundleInfoTest::testGetBundleInfo function core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php Tests the getBundleInfo() method.
EntityTypeConstraint class core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityTypeConstraint.php Checks if a value is a valid entity type.
EntityTypeConstraint.php file core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityTypeConstraint.php
EntityTypeConstraint::$message property core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityTypeConstraint.php The default violation message.
EntityTypeConstraint::$type property core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityTypeConstraint.php The entity type option.
EntityTypeConstraint::getDefaultOption function core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityTypeConstraint.php
EntityTypeConstraint::getRequiredOptions function core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityTypeConstraint.php
EntityTypeConstraintsTest class core/tests/Drupal/KernelTests/Core/Entity/EntityTypeConstraintsTest.php Tests entity level validation constraints.
EntityTypeConstraintsTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityTypeConstraintsTest.php
EntityTypeConstraintsTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityTypeConstraintsTest.php
EntityTypeConstraintsTest::testConstraintDefinition function core/tests/Drupal/KernelTests/Core/Entity/EntityTypeConstraintsTest.php Tests defining entity constraints via entity type annotations and hooks.
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
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 enable.
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 class core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php Tests deriving metadata of entity and field data types.
EntityTypedDataDefinitionTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php
EntityTypedDataDefinitionTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php Modules to enable.
EntityTypedDataDefinitionTest::$typedDataManager property core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php The typed data manager to use.
EntityTypedDataDefinitionTest::entityDefinitionIsInternalProvider function core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php Provides test cases for testEntityDefinitionIsInternal.
EntityTypedDataDefinitionTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php
EntityTypedDataDefinitionTest::testEntities function core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php Tests deriving metadata about entities.
EntityTypedDataDefinitionTest::testEntityDefinitionIsInternal function core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php Tests that an entity annotation can mark the data definition as internal.
EntityTypedDataDefinitionTest::testEntityReferences function core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php Tests deriving metadata from entity references.
EntityTypedDataDefinitionTest::testFields function core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php Tests deriving metadata about fields.
EntityTypeEvent class core/lib/Drupal/Core/Entity/EntityTypeEvent.php Defines a base class for all entity type events.
EntityTypeEvent.php file core/lib/Drupal/Core/Entity/EntityTypeEvent.php
EntityTypeEvent::$entityType property core/lib/Drupal/Core/Entity/EntityTypeEvent.php The entity type.
EntityTypeEvent::$original property core/lib/Drupal/Core/Entity/EntityTypeEvent.php The original entity type.
EntityTypeEvent::getEntityType function core/lib/Drupal/Core/Entity/EntityTypeEvent.php The entity type the event refers to.
EntityTypeEvent::getOriginal function core/lib/Drupal/Core/Entity/EntityTypeEvent.php The original entity type.

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