| EntityTypeBundleInfo::$bundleInfo |
property |
core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php |
Static cache of bundle information. |
| EntityTypeBundleInfo::$entityTypeManager |
property |
core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php |
The entity type manager. |
| EntityTypeBundleInfo::$languageManager |
property |
core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php |
The language manager. |
| EntityTypeBundleInfo::$moduleHandler |
property |
core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php |
The module handler. |
| EntityTypeBundleInfo::$typedDataManager |
property |
core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php |
The typed data manager. |
| EntityTypeBundleInfo::clearCachedBundles |
function |
core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php |
|
| EntityTypeBundleInfo::getAllBundleInfo |
function |
core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php |
|
| EntityTypeBundleInfo::getBundleInfo |
function |
core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php |
|
| EntityTypeBundleInfo::getBundleLabels |
function |
core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php |
|
| 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::testGetBundleLabels |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php |
Tests the getBundleLabels() method. |
| EntityTypeInfo::$bundleInfo |
property |
core/modules/content_moderation/src/EntityTypeInfo.php |
The bundle information service. |
| EntityTypeInfo::bundleFormRedirect |
function |
core/modules/content_moderation/src/EntityTypeInfo.php |
Redirect content entity edit forms on save, if there is a pending revision. |
| EntityTypeInfo::getModeratedBundles |
function |
core/modules/content_moderation/src/EntityTypeInfo.php |
Returns an iterable list of entity names and bundle names under moderation. |
| EntityTypeInterface::BUNDLE_MAX_LENGTH |
constant |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
The maximum length of bundle name, in characters. |
| EntityTypeInterface::getBundleConfigDependency |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Gets the config dependency info for this entity, if any exists. |
| EntityTypeInterface::getBundleEntityType |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Gets the name of the entity type which provides bundles. |
| EntityTypeInterface::getBundleLabel |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Gets the label for the bundle. |
| EntityTypeInterface::getBundleListCacheTags |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
The list cache tags associated with a specific bundle. |
| EntityTypeInterface::getBundleOf |
function |
core/lib/Drupal/Core/Entity/EntityTypeInterface.php |
Gets the entity type ID for which this entity provides bundles. |
| EntityTypeManagerTestEntity::$bundleFieldDefinitions |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The bundle field definitions. |
| EntityTypeManagerTestEntity::bundleFieldDefinitions |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
|
| EntityTypeManagerTestEntityBundle |
class |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
Provides a bundle specific class with dummy static method implementations. |
| EntityTypeManagerTestEntityBundle::$bundleClassFieldDefinitions |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The bundle class field definitions. |
| EntityTypeManagerTestEntityBundle::bundleFieldDefinitions |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
|
| EntityTypeRepositoryTest::$entityTypeBundleInfo |
property |
core/tests/Drupal/Tests/Core/Entity/EntityTypeRepositoryTest.php |
The entity type bundle info service. |
| EntityTypeRepositoryTest::testGetEntityTypeFromClassAmbiguousBundleClass |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeRepositoryTest.php |
Tests get entity type from class ambiguous bundle class. |