| ContentModerationConfigureEntityTypesForm::$bundleInfo |
property |
core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php |
The entity type bundle information service. |
| ContentModerationConfigureEntityTypesForm::$entityType |
property |
core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php |
The entity type definition object. |
| ContentModerationConfigureEntityTypesForm::$entityTypeManager |
property |
core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php |
The entity type manager service. |
| ContentModerationConfigureEntityTypesForm::$messenger |
property |
core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php |
The Messenger service. |
| ContentModerationConfigureEntityTypesForm::$moderationInformation |
property |
core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php |
The moderation information service. |
| ContentModerationConfigureEntityTypesForm::$workflow |
property |
core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php |
The workflow entity object. |
| ContentModerationConfigureEntityTypesForm::ajaxCallback |
function |
core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php |
Ajax callback to close the modal and update the selected text. |
| ContentModerationConfigureEntityTypesForm::buildForm |
function |
core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php |
Form constructor. |
| ContentModerationConfigureEntityTypesForm::create |
function |
core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php |
Instantiates a new instance of this class. |
| ContentModerationConfigureEntityTypesForm::getFormId |
function |
core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php |
Returns a unique string identifying the form. |
| ContentModerationConfigureEntityTypesForm::getTitle |
function |
core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php |
Route title callback. |
| ContentModerationConfigureEntityTypesForm::submitForm |
function |
core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php |
Form submission handler. |
| ContentModerationConfigureEntityTypesForm::__construct |
function |
core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php |
|
| ContentModerationConfigureForm::$entityTypeBundleInfo |
property |
core/modules/content_moderation/src/Form/ContentModerationConfigureForm.php |
The entity type bundle info service. |
| ContentModerationConfigureForm::$entityTypeManager |
property |
core/modules/content_moderation/src/Form/ContentModerationConfigureForm.php |
The entity type manager. |
| ContentModerationHooks::entityTypeAlter |
function |
core/modules/content_moderation/src/Hook/ContentModerationHooks.php |
Implements hook_entity_type_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::getEntityTypes |
function |
core/modules/content_moderation/src/Plugin/WorkflowType/ContentModerationInterface.php |
Gets the entity types the workflow is applied to. |
| ContentModerationInterface::removeEntityTypeAndBundle |
function |
core/modules/content_moderation/src/Plugin/WorkflowType/ContentModerationInterface.php |
Removes an entity type ID / bundle ID from the workflow. |
| ContentModerationRouteSubscriber::$entityTypeManager |
property |
core/modules/content_moderation/src/Routing/ContentModerationRouteSubscriber.php |
The entity type manager. |
| ContentModerationRouteSubscriber::$moderatedEntityTypes |
property |
core/modules/content_moderation/src/Routing/ContentModerationRouteSubscriber.php |
An associative array of moderated entity types keyed by ID. |
| ContentModerationRouteSubscriber::getModeratedEntityTypes |
function |
core/modules/content_moderation/src/Routing/ContentModerationRouteSubscriber.php |
Returns the moderated entity types. |
| ContentModerationRouteSubscriberTest::setupEntityTypes |
function |
core/modules/content_moderation/tests/src/Unit/ContentModerationRouteSubscriberTest.php |
Creates the entity type manager mock returning entity type objects. |
| ContentModerationStateTest::$entityTypeManager |
property |
core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php |
|
| ContentModerationStateTest::$revEntityTypeId |
property |
core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php |
The ID of the revisionable entity type used in the tests. |
| ContentModerationStateTest::testNonLangcodeEntityTypeModeration |
function |
core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php |
Tests moderation of a non-translatable entity type with no langcode. |
| ContentModerationStateTest::testNonTranslatableEntityTypeModeration |
function |
core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php |
Tests that a non-translatable entity type with a langcode can be moderated. |
| ContentModerationTestTrait::addEntityTypeAndBundleToWorkflow |
function |
core/modules/content_moderation/tests/src/Traits/ContentModerationTestTrait.php |
Adds an entity type ID / bundle ID to the given workflow. |
| ContentModerationWorkflowConfigTest::$entityTypeManager |
property |
core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowConfigTest.php |
|
| 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. |
| ContentTranslationDeleteAccess::$entityTypeManager |
property |
core/modules/content_translation/src/Access/ContentTranslationDeleteAccess.php |
The entity type manager. |
| ContentTranslationHandler::$entityTypeId |
property |
core/modules/content_translation/src/ContentTranslationHandler.php |
The type of the entity being translated. |
| ContentTranslationHandlerTest::$entityTypeBundleInfo |
property |
core/modules/content_translation/tests/src/Kernel/ContentTranslationHandlerTest.php |
The entity type bundle information. |
| ContentTranslationHandlerTest::$entityTypeId |
property |
core/modules/content_translation/tests/src/Kernel/ContentTranslationHandlerTest.php |
The ID of the entity type used in this test. |
| ContentTranslationHandlerTest::$entityTypeManager |
property |
core/modules/content_translation/tests/src/Kernel/ContentTranslationHandlerTest.php |
The entity type manager. |
| ContentTranslationHooks::entityTypeAlter |
function |
core/modules/content_translation/src/Hook/ContentTranslationHooks.php |
Implements hook_entity_type_alter(). |
| ContentTranslationManageAccessCheck::$entityTypeManager |
property |
core/modules/content_translation/src/Access/ContentTranslationManageAccessCheck.php |
The entity type manager. |
| ContentTranslationManager::$entityTypeBundleInfo |
property |
core/modules/content_translation/src/ContentTranslationManager.php |
The entity type bundle info provider. |
| ContentTranslationManager::$entityTypeManager |
property |
core/modules/content_translation/src/ContentTranslationManager.php |
The entity type manager. |
| ContentTranslationManager::getSupportedEntityTypes |
function |
core/modules/content_translation/src/ContentTranslationManager.php |
Gets the entity types that support content translation. |
| ContentTranslationManagerInterface::getSupportedEntityTypes |
function |
core/modules/content_translation/src/ContentTranslationManagerInterface.php |
Gets the entity types that support content translation. |
| ContentTranslationMetadataFieldsTest::$entityTypeId |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php |
The entity type being tested. |
| ContentTranslationOverviewAccess::$entityTypeManager |
property |
core/modules/content_translation/src/Access/ContentTranslationOverviewAccess.php |
The entity type manager service. |
| ContentTranslationPermissions::$entityTypeBundleInfo |
property |
core/modules/content_translation/src/ContentTranslationPermissions.php |
The entity bundle info. |
| ContentTranslationPermissions::$entityTypeManager |
property |
core/modules/content_translation/src/ContentTranslationPermissions.php |
The entity type manager. |