| BundlePermissionHandlerTraitTest::buildPermissions |
function |
core/tests/Drupal/KernelTests/Core/Entity/BundlePermissionHandlerTraitTest.php |
|
| BundlePermissionHandlerTraitTest::testGeneratePermissions |
function |
core/tests/Drupal/KernelTests/Core/Entity/BundlePermissionHandlerTraitTest.php |
Tests generate permissions. |
| BundleTranslationSettingsInterface |
interface |
core/modules/content_translation/src/BundleTranslationSettingsInterface.php |
Interface providing support for content translation bundle settings. |
| BundleTranslationSettingsInterface.php |
file |
core/modules/content_translation/src/BundleTranslationSettingsInterface.php |
|
| BundleTranslationSettingsInterface::getBundleTranslationSettings |
function |
core/modules/content_translation/src/BundleTranslationSettingsInterface.php |
Returns translation settings for the specified bundle. |
| BundleTranslationSettingsInterface::setBundleTranslationSettings |
function |
core/modules/content_translation/src/BundleTranslationSettingsInterface.php |
Sets translation settings for the specified bundle. |
| CacheTestController::bundleTags |
function |
core/modules/system/tests/modules/cache_test/src/Controller/CacheTestController.php |
Bundle listing tags invalidation. |
| Ckeditor5Hooks::entityBundleInfoAlter |
function |
core/modules/ckeditor5/src/Hook/Ckeditor5Hooks.php |
Implements hook_entity_bundle_info_alter(). |
| Ckeditor5TestHooks::entityBundleInfoAlter |
function |
core/modules/ckeditor5/tests/modules/ckeditor5_test/src/Hook/Ckeditor5TestHooks.php |
Implements hook_entity_bundle_info_alter(). |
| Comment::bundleFieldDefinitions |
function |
core/modules/comment/src/Entity/Comment.php |
|
| CommentBundlesTest |
class |
core/modules/comment/tests/src/Kernel/CommentBundlesTest.php |
Tests that comment bundles behave as expected. |
| CommentBundlesTest.php |
file |
core/modules/comment/tests/src/Kernel/CommentBundlesTest.php |
|
| CommentBundlesTest::$entityFieldManager |
property |
core/modules/comment/tests/src/Kernel/CommentBundlesTest.php |
|
| CommentBundlesTest::$modules |
property |
core/modules/comment/tests/src/Kernel/CommentBundlesTest.php |
|
| CommentBundlesTest::$targetEntityTypes |
property |
core/modules/comment/tests/src/Kernel/CommentBundlesTest.php |
Entity type ids to use for target_entity_type_id on comment bundles. |
| CommentBundlesTest::setUp |
function |
core/modules/comment/tests/src/Kernel/CommentBundlesTest.php |
|
| CommentBundlesTest::testEntityIdField |
function |
core/modules/comment/tests/src/Kernel/CommentBundlesTest.php |
Tests that the entity_id field is set correctly for each comment bundle. |
| CommentTranslationUITest::setupBundle |
function |
core/modules/comment/tests/src/Functional/CommentTranslationUITest.php |
|
| ComputedBundleFieldTest |
class |
core/modules/views/tests/src/Kernel/Handler/ComputedBundleFieldTest.php |
Provides some integration tests for computed bundle fields. |
| ComputedBundleFieldTest.php |
file |
core/modules/views/tests/src/Kernel/Handler/ComputedBundleFieldTest.php |
|
| ComputedBundleFieldTest::$modules |
property |
core/modules/views/tests/src/Kernel/Handler/ComputedBundleFieldTest.php |
|
| ComputedBundleFieldTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Handler/ComputedBundleFieldTest.php |
Views to be enabled. |
| ComputedBundleFieldTest::setUp |
function |
core/modules/views/tests/src/Kernel/Handler/ComputedBundleFieldTest.php |
|
| ComputedBundleFieldTest::testComputedFieldHandler |
function |
core/modules/views/tests/src/Kernel/Handler/ComputedBundleFieldTest.php |
Tests the computed field handler. |
| ComputedTestBundleFieldItemList |
class |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedTestBundleFieldItemList.php |
A computed field item list for a bundle field. |
| ComputedTestBundleFieldItemList.php |
file |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedTestBundleFieldItemList.php |
|
| ComputedTestBundleFieldItemList::computeValue |
function |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedTestBundleFieldItemList.php |
Compute the list property from state. |
| ConfigEntityBundleBase |
class |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBundleBase.php |
A base class for config entity types that act as bundles. |
| ConfigEntityBundleBase.php |
file |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBundleBase.php |
|
| ConfigEntityBundleBase::deleteDisplays |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBundleBase.php |
Deletes display if a bundle is deleted. |
| ConfigEntityBundleBase::loadDisplays |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBundleBase.php |
Returns view or form displays for this bundle. |
| ConfigEntityBundleBase::postDelete |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBundleBase.php |
|
| ConfigEntityBundleBase::postSave |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBundleBase.php |
|
| ConfigEntityBundleBase::preSave |
function |
core/lib/Drupal/Core/Config/Entity/ConfigEntityBundleBase.php |
Acts on an entity before the presave hook is invoked. |
| ConfigFieldDefinitionTest::$bundle |
property |
core/modules/field/tests/src/Kernel/ConfigFieldDefinitionTest.php |
|
| ConfigFieldDefinitionTest::testBundleFieldDefinition |
function |
core/modules/field/tests/src/Kernel/ConfigFieldDefinitionTest.php |
Makes sure a field definition is exposed for a configurable field. |
| ConfigImportUITest::testEntityBundleDelete |
function |
core/modules/config/tests/src/Functional/ConfigImportUITest.php |
Tests the config importer cannot delete bundles with existing entities. |
| ConfigTranslationFieldListBuilder::$baseEntityBundles |
property |
core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php |
The bundle info for the base entity type. |
| ConfigTranslationFieldListBuilder::$entityTypeBundleInfo |
property |
core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php |
The entity bundle info. |
| ConfigTranslationFieldListBuilder::displayBundle |
function |
core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php |
Controls the visibility of the bundle column on field list pages. |
| ContentEntity::$entityTypeBundleInfo |
property |
core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntity.php |
The entity type bundle info service. |
| ContentEntityBase::bundle |
function |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
|
| ContentEntityBase::bundleFieldDefinitions |
function |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
|
| ContentEntityBase::getBundleEntity |
function |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
|
| ContentEntityBaseUnitTest::$bundle |
property |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
The bundle of the entity under test. |
| ContentEntityBaseUnitTest::$entityTypeBundleInfo |
property |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
The entity type bundle manager used for testing. |
| ContentEntityBaseUnitTest::testBundle |
function |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
Tests bundle. |
| ContentEntityForm::$entityTypeBundleInfo |
property |
core/lib/Drupal/Core/Entity/ContentEntityForm.php |
The entity type bundle info service. |
| ContentEntityForm::getBundleEntity |
function |
core/lib/Drupal/Core/Entity/ContentEntityForm.php |
Returns the bundle entity of the entity, or NULL if there is none. |
| ContentEntityHasChangesTest::$bundle |
property |
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityHasChangesTest.php |
Bundle of entity. |