| EntityTypeBundleInfo::$typedDataManager |
property |
core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php |
The typed data manager. |
| EntityTypeBundleInfo::clearCachedBundles |
function |
core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php |
Clears static and persistent bundles. |
| EntityTypeBundleInfo::getAllBundleInfo |
function |
core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php |
Get the bundle info of all entity types. |
| EntityTypeBundleInfo::getBundleInfo |
function |
core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php |
Gets the bundle info of an entity type. |
| EntityTypeBundleInfo::getBundleLabels |
function |
core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php |
Gets an array of bundle labels for an entity type. |
| EntityTypeBundleInfo::__construct |
function |
core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php |
Constructs a new EntityTypeBundleInfo. |
| EntityTypeBundleInfoInterface |
interface |
core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php |
Provides an interface for an entity type bundle info. |
| EntityTypeBundleInfoInterface.php |
file |
core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php |
|
| EntityTypeBundleInfoInterface::clearCachedBundles |
function |
core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php |
Clears static and persistent bundles. |
| EntityTypeBundleInfoInterface::getAllBundleInfo |
function |
core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php |
Get the bundle info of all entity types. |
| EntityTypeBundleInfoInterface::getBundleInfo |
function |
core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php |
Gets the bundle info of an entity type. |
| EntityTypeBundleInfoInterface::getBundleLabels |
function |
core/lib/Drupal/Core/Entity/EntityTypeBundleInfoInterface.php |
Gets an array of bundle labels for an entity type. |
| EntityTypeBundleInfoTest |
class |
core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php |
Tests Drupal\Core\Entity\EntityTypeBundleInfo. |
| EntityTypeBundleInfoTest.php |
file |
core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php |
|
| 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::providerTestGetBundleLabels |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php |
Provides test data for testGetBundleLabels(). |
| 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 |
Tests get all bundle info with entity bundle info. |
| EntityTypeBundleInfoTest::testGetBundleInfo |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php |
Tests the getBundleInfo() method. |
| EntityTypeBundleInfoTest::testGetBundleInfoWithNull |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php |
Tests calling getBundleInfo() method with a NULL. |
| EntityTypeBundleInfoTest::testGetBundleLabels |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php |
Tests the getBundleLabels() 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::$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 |
|
| EntityTypeConstraint::__construct |
function |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityTypeConstraint.php |
#[HasNamedArguments] |
| 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 install. |
| EntityTypeConstraintValidatorTest::$typedDataManager |
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 |
|