| EntityContextDefinitionIsSatisfiedTest::providerTestIsSatisfiedByGenerateBundledEntity |
function |
core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php |
Provides test data for ::testIsSatisfiedByGenerateBundledEntity(). |
| EntityContextDefinitionIsSatisfiedTest::providerTestIsSatisfiedByPassBundledEntity |
function |
core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php |
Provides test data for ::testIsSatisfiedByPassBundledEntity(). |
| EntityContextDefinitionIsSatisfiedTest::testIsSatisfiedByGenerateBundledEntity |
function |
core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php |
Tests is satisfied by generate bundled entity. |
| EntityContextDefinitionIsSatisfiedTest::testIsSatisfiedByPassBundledEntity |
function |
core/tests/Drupal/Tests/Core/Plugin/Context/EntityContextDefinitionIsSatisfiedTest.php |
Tests is satisfied by pass bundled entity. |
| EntityController::addBundleTitle |
function |
core/lib/Drupal/Core/Entity/Controller/EntityController.php |
Provides a generic add title callback for entities with bundles. |
| EntityController::loadBundleDescriptions |
function |
core/lib/Drupal/Core/Entity/Controller/EntityController.php |
Expands the bundle information with descriptions, if known. |
| EntityConverterLatestRevisionTest::testRouteParamWithBundleDefinition |
function |
core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php |
Tests an entity route parameter having 'bundle' definition property. |
| EntityConverterTest::testRouteParamWithBundleDefinition |
function |
core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterTest.php |
Tests an entity route parameter having 'bundle' definition property. |
| EntityCreateAnyAccessCheck::$entityTypeBundleInfo |
property |
core/lib/Drupal/Core/Entity/EntityCreateAnyAccessCheck.php |
The entity type bundle info. |
| EntityDataDefinition::getBundles |
function |
core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinition.php |
|
| EntityDataDefinition::setBundles |
function |
core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinition.php |
|
| EntityDataDefinitionInterface::getBundles |
function |
core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinitionInterface.php |
Gets the array of possible entity bundles. |
| EntityDataDefinitionInterface::setBundles |
function |
core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinitionInterface.php |
Sets the array of possible entity bundles. |
| EntityDecoupledTranslationRevisionsTest::$bundleInfo |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php |
The entity type bundle info service. |
| EntityDefinitionTestTrait::addBundleField |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Adds a new bundle field to the 'entity_test_update' entity type. |
| EntityDefinitionTestTrait::modifyBundleField |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Modifies the new bundle field from 'string' to 'text'. |
| EntityDefinitionTestTrait::removeBundleField |
function |
core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php |
Removes the new bundle field from the 'entity_test_update' entity type. |
| EntityDefinitionUpdateMultipleTypesTest::testBundleFieldCreateDeleteWithExistingEntities |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php |
Tests creating and deleting a bundle field if entities exist. |
| EntityDefinitionUpdateMultipleTypesTest::testBundleFieldCreateUpdateDeleteWithoutData |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php |
Tests creating, updating, and deleting a bundle field if no entities exist. |
| EntityDefinitionUpdateMultipleTypesTest::testBundleFieldDeleteWithExistingData |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php |
Tests deleting a bundle field when it has existing data. |
| EntityDefinitionUpdateMultipleTypesTest::testBundleFieldUpdateWithEntityTypeSchemaUpdate |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php |
Tests updating a bundle field when the entity type schema has changed. |
| EntityDefinitionUpdateMultipleTypesTest::testBundleFieldUpdateWithExistingData |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php |
Tests updating a bundle field when it has existing data. |
| EntityDeriver::$bundleInfoService |
property |
core/lib/Drupal/Core/Entity/Plugin/DataType/Deriver/EntityDeriver.php |
The bundle info service. |
| EntityDisplayBase::$bundle |
property |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
Bundle to be displayed. |
| EntityDisplayBase::getTargetBundle |
function |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
|
| EntityDisplayBase::setTargetBundle |
function |
core/lib/Drupal/Core/Entity/EntityDisplayBase.php |
|
| EntityDisplayBaseTest::testGetTargetBundle |
function |
core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php |
Tests get target bundle. |
| EntityDisplayBaseTest::testSetTargetBundle |
function |
core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php |
Tests set target bundle. |
| EntityDisplayInterface::getTargetBundle |
function |
core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php |
Gets the bundle to be displayed. |
| EntityDisplayInterface::setTargetBundle |
function |
core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php |
Sets the bundle to be displayed. |
| EntityDisplayRebuilder::$entityTypeBundleInfo |
property |
core/modules/field/src/EntityDisplayRebuilder.php |
The entity type bundle info. |
| EntityDisplayRepository::getDisplayModeOptionsByBundle |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
Returns an array of enabled display mode options by bundle. |
| EntityDisplayRepository::getFormModeOptionsByBundle |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
|
| EntityDisplayRepository::getViewModeOptionsByBundle |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
|
| EntityDisplayRepositoryInterface::getFormModeOptionsByBundle |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php |
Returns an array of enabled form mode options by bundle. |
| EntityDisplayRepositoryInterface::getViewModeOptionsByBundle |
function |
core/lib/Drupal/Core/Entity/EntityDisplayRepositoryInterface.php |
Returns an array of enabled view mode options by bundle. |
| EntityDisplayTest::testDeleteBundle |
function |
core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php |
Tests deleting a bundle. |
| EntityField::$entityTypeBundleInfo |
property |
core/modules/views/src/Plugin/views/field/EntityField.php |
The entity type bundle info service. |
| EntityFieldManager::$entityTypeBundleInfo |
property |
core/lib/Drupal/Core/Entity/EntityFieldManager.php |
The entity type bundle info. |
| EntityFieldManager::buildBundleFieldDefinitions |
function |
core/lib/Drupal/Core/Entity/EntityFieldManager.php |
Builds field definitions for a specific bundle within an entity type. |
| EntityFieldManagerTest::$entityTypeBundleInfo |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The entity type bundle info. |
| EntityFieldTest::testFieldOverrideBundleField |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFieldTest.php |
Tests creating a field override config for a bundle field. |
| EntityFormDisplayValidationTest::testTargetBundleMustExist |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFormDisplayValidationTest.php |
Tests that the target bundle of the entity form display is checked. |
| EntityInterface::bundle |
function |
core/lib/Drupal/Core/Entity/EntityInterface.php |
Gets the bundle of the entity. |
| EntityNormalizerTest::testDenormalizeWithInvalidBundle |
function |
core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php |
Tests the denormalize method with a bundle property. |
| EntityNormalizerTest::testDenormalizeWithNoBundle |
function |
core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php |
Tests the denormalize method with no bundle defined. |
| EntityNormalizerTest::testDenormalizeWithValidBundle |
function |
core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php |
Tests the denormalize method with a bundle property. |
| EntityOperations::$bundleInfo |
property |
core/modules/content_moderation/src/EntityOperations.php |
The entity bundle information service. |
| EntityPermissionsForm::$bundle |
property |
core/modules/user/src/Form/EntityPermissionsForm.php |
The bundle object. |
| EntityQueryTest::$bundles |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
A list of bundle machine names created for this test. |