| ContentEntityInterface::getBundleEntity |
function |
core/lib/Drupal/Core/Entity/ContentEntityInterface.php |
Gets the bundle entity of this entity. |
| ContentEntityStorageBase::$bundleKey |
property |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
The entity bundle key. |
| ContentEntityStorageBase::$entityTypeBundleInfo |
property |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
The entity bundle info. |
| ContentEntityStorageBase::getBundleFromClass |
function |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
|
| ContentEntityStorageBase::getBundleFromValues |
function |
core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php |
Retrieves the bundle from an array of values. |
| ContentEntityTest::$bundle |
property |
core/modules/migrate/tests/src/Kernel/Plugin/source/ContentEntityTest.php |
The bundle used in this test. |
| ContentExportTest::testExportEntitiesFilteredByBundle |
function |
core/tests/Drupal/FunctionalTests/DefaultContent/ContentExportTest.php |
Tests exporting entities filtered by bundle. |
| ContentLanguageSettings::$target_bundle |
property |
core/modules/language/src/Entity/ContentLanguageSettings.php |
The bundle (machine name). |
| ContentLanguageSettings::getTargetBundle |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
Gets the bundle this config applies to. |
| ContentLanguageSettings::loadByEntityTypeBundle |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
Loads a content language config entity based on the entity type and bundle. |
| ContentLanguageSettings::setTargetBundle |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
Sets the bundle this config applies to. |
| ContentLanguageSettingsForm::$entityTypeBundleInfo |
property |
core/modules/language/src/Form/ContentLanguageSettingsForm.php |
The entity bundle info. |
| ContentLanguageSettingsInterface::getTargetBundle |
function |
core/modules/language/src/ContentLanguageSettingsInterface.php |
Gets the bundle this config applies to. |
| ContentLanguageSettingsInterface::setTargetBundle |
function |
core/modules/language/src/ContentLanguageSettingsInterface.php |
Sets the bundle this config applies to. |
| ContentLanguageSettingsUnitTest::providerLoadByEntityTypeBundle |
function |
core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php |
Provides data to testLoadByEntityTypeBundle(). |
| ContentLanguageSettingsUnitTest::testLoadByEntityTypeBundle |
function |
core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php |
Tests load by entity type bundle. |
| ContentLanguageSettingsUnitTest::testTargetBundle |
function |
core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php |
Tests target bundle. |
| ContentLanguageSettingsValidationTest::testTargetBundleMustExist |
function |
core/modules/language/tests/src/Kernel/ContentLanguageSettingsValidationTest.php |
Tests that the target bundle of the language content settings is checked. |
| ContentModeration::$entityTypeBundleInfo |
property |
core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php |
The entity type bundle info service. |
| ContentModeration::addEntityTypeAndBundle |
function |
core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php |
|
| ContentModeration::appliesToEntityTypeAndBundle |
function |
core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php |
|
| ContentModeration::getBundlesForEntityType |
function |
core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php |
|
| ContentModeration::removeEntityTypeAndBundle |
function |
core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php |
|
| ContentModerationConfigureEntityTypesForm::$bundleInfo |
property |
core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php |
The entity type bundle information service. |
| ContentModerationConfigureForm::$entityTypeBundleInfo |
property |
core/modules/content_moderation/src/Form/ContentModerationConfigureForm.php |
The entity type bundle info service. |
| ContentModerationHooks::entityBundleDelete |
function |
core/modules/content_moderation/src/Hook/ContentModerationHooks.php |
Implements hook_entity_bundle_delete(). |
| ContentModerationHooks::entityBundleFieldInfo |
function |
core/modules/content_moderation/src/Hook/ContentModerationHooks.php |
Implements hook_entity_bundle_field_info(). |
| ContentModerationHooks::entityBundleInfoAlter |
function |
core/modules/content_moderation/src/Hook/ContentModerationHooks.php |
Implements hook_entity_bundle_info_alter(). |
| ContentModerationInterface::addEntityTypeAndBundle |
function |
core/modules/content_moderation/src/Plugin/WorkflowType/ContentModerationInterface.php |
Add an entity type ID / bundle ID to the workflow. |
| ContentModerationInterface::appliesToEntityTypeAndBundle |
function |
core/modules/content_moderation/src/Plugin/WorkflowType/ContentModerationInterface.php |
Checks if the workflow applies to the supplied entity type and bundle. |
| ContentModerationInterface::getBundlesForEntityType |
function |
core/modules/content_moderation/src/Plugin/WorkflowType/ContentModerationInterface.php |
Gets any bundles the workflow is applied to for the given entity type. |
| ContentModerationInterface::removeEntityTypeAndBundle |
function |
core/modules/content_moderation/src/Plugin/WorkflowType/ContentModerationInterface.php |
Removes an entity type ID / bundle ID from the workflow. |
| ContentModerationStateTest::testWorkflowNonConfigBundleDependencies |
function |
core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php |
Tests the content moderation workflow dependencies for non-config bundles. |
| ContentModerationTestTrait::addEntityTypeAndBundleToWorkflow |
function |
core/modules/content_moderation/tests/src/Traits/ContentModerationTestTrait.php |
Adds an entity type ID / bundle ID to the given workflow. |
| ContentModerationWorkflowTypeApiTest::testAddEntityTypeAndBundle |
function |
core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowTypeApiTest.php |
Tests add entity type and bundle. |
| ContentModerationWorkflowTypeApiTest::testAppliesToEntityTypeAndBundle |
function |
core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowTypeApiTest.php |
Tests applies to entity type and bundle. |
| ContentModerationWorkflowTypeApiTest::testGetBundlesForEntityType |
function |
core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowTypeApiTest.php |
Tests get bundles for entity type. |
| ContentModerationWorkflowTypeApiTest::testRemoveEntityTypeAndBundle |
function |
core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowTypeApiTest.php |
Tests remove entity type and bundle. |
| ContentTranslationContextualLinksTest::$bundle |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php |
The bundle being tested. |
| ContentTranslationEnableTranslationPerBundle |
class |
core/modules/content_translation/src/ContentTranslationEnableTranslationPerBundle.php |
Provides a widget to enable content translation per entity bundle. |
| ContentTranslationEnableTranslationPerBundle.php |
file |
core/modules/content_translation/src/ContentTranslationEnableTranslationPerBundle.php |
|
| ContentTranslationEnableTranslationPerBundle::configElementProcess |
function |
core/modules/content_translation/src/ContentTranslationEnableTranslationPerBundle.php |
Provides the language enable/disable form element. |
| ContentTranslationEnableTranslationPerBundle::configElementSubmit |
function |
core/modules/content_translation/src/ContentTranslationEnableTranslationPerBundle.php |
Provides a submit callback for the language enable/disable element. |
| ContentTranslationEnableTranslationPerBundle::configElementValidate |
function |
core/modules/content_translation/src/ContentTranslationEnableTranslationPerBundle.php |
Provides a validation callback for the language enable/disable element. |
| ContentTranslationEnableTranslationPerBundle::getWidget |
function |
core/modules/content_translation/src/ContentTranslationEnableTranslationPerBundle.php |
Returns the widget to be used per entity bundle. |
| ContentTranslationEnableTranslationPerBundle::__construct |
function |
core/modules/content_translation/src/ContentTranslationEnableTranslationPerBundle.php |
|
| ContentTranslationEntityBundleInfoTest |
class |
core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php |
Tests the Content Translation bundle info logic. |
| ContentTranslationEntityBundleInfoTest.php |
file |
core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php |
|
| ContentTranslationEntityBundleInfoTest::$bundleInfo |
property |
core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php |
The bundle info service. |
| ContentTranslationEntityBundleInfoTest::$contentTranslationManager |
property |
core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php |
The content translation manager. |