| ContentModerationConfigureForm::$entityTypeManager |
property |
core/modules/content_moderation/src/Form/ContentModerationConfigureForm.php |
The entity type manager. |
| ContentModerationHooks::entityAccess |
function |
core/modules/content_moderation/src/Hook/ContentModerationHooks.php |
Implements hook_entity_access(). |
| ContentModerationHooks::entityBaseFieldInfo |
function |
core/modules/content_moderation/src/Hook/ContentModerationHooks.php |
Implements hook_entity_base_field_info(). |
| 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(). |
| ContentModerationHooks::entityDelete |
function |
core/modules/content_moderation/src/Hook/ContentModerationHooks.php |
Implements hook_entity_delete(). |
| ContentModerationHooks::entityExtraFieldInfo |
function |
core/modules/content_moderation/src/Hook/ContentModerationHooks.php |
Implements hook_entity_extra_field_info(). |
| ContentModerationHooks::entityFieldAccess |
function |
core/modules/content_moderation/src/Hook/ContentModerationHooks.php |
Implements hook_entity_field_access(). |
| ContentModerationHooks::entityFormDisplayAlter |
function |
core/modules/content_moderation/src/Hook/ContentModerationHooks.php |
Implements hook_entity_form_display_alter(). |
| ContentModerationHooks::entityInsert |
function |
core/modules/content_moderation/src/Hook/ContentModerationHooks.php |
Implements hook_entity_insert(). |
| ContentModerationHooks::entityPrepareForm |
function |
core/modules/content_moderation/src/Hook/ContentModerationHooks.php |
Implements hook_entity_prepare_form(). |
| ContentModerationHooks::entityPresave |
function |
core/modules/content_moderation/src/Hook/ContentModerationHooks.php |
Implements hook_entity_presave(). |
| ContentModerationHooks::entityRevisionDelete |
function |
core/modules/content_moderation/src/Hook/ContentModerationHooks.php |
Implements hook_entity_revision_delete(). |
| ContentModerationHooks::entityTranslationDelete |
function |
core/modules/content_moderation/src/Hook/ContentModerationHooks.php |
Implements hook_entity_translation_delete(). |
| ContentModerationHooks::entityTypeAlter |
function |
core/modules/content_moderation/src/Hook/ContentModerationHooks.php |
Implements hook_entity_type_alter(). |
| ContentModerationHooks::entityUpdate |
function |
core/modules/content_moderation/src/Hook/ContentModerationHooks.php |
Implements hook_entity_update(). |
| ContentModerationHooks::entityView |
function |
core/modules/content_moderation/src/Hook/ContentModerationHooks.php |
Implements hook_entity_view(). |
| 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. |
| ContentModerationResaveTest::$entityStorage |
property |
core/modules/content_moderation/tests/src/Kernel/ContentModerationResaveTest.php |
The entity storage for the entity type used in the test. |
| 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. |
| ContentModerationState::loadFromModeratedEntity |
function |
core/modules/content_moderation/src/Entity/ContentModerationState.php |
Loads a content moderation state entity. |
| ContentModerationState::updateOrCreateFromEntity |
function |
core/modules/content_moderation/src/Entity/ContentModerationState.php |
Creates or updates an entity's moderation state whilst saving that entity. |
| ContentModerationStateStorageSchema::getEntitySchema |
function |
core/modules/content_moderation/src/ContentModerationStateStorageSchema.php |
Gets the entity schema for the specified entity type. |
| ContentModerationStateTest::$entityDefinitionUpdateManager |
property |
core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php |
The entity definition update manager. |
| 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::createEntity |
function |
core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php |
Creates an entity. |
| ContentModerationStateTest::reloadEntity |
function |
core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php |
Reloads the entity after clearing the static cache. |
| 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. |
| ContentModerationTestResaveHooks::entityInsert |
function |
core/modules/content_moderation/tests/modules/content_moderation_test_resave/src/Hook/ContentModerationTestResaveHooks.php |
Implements hook_entity_insert(). |
| 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. |
| 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. |