Search for mode

  1. Search 7.x for mode
  2. Search 9.5.x for mode
  3. Search 8.9.x for mode
  4. Search 10.3.x for mode
  5. Other projects
Title Object type File name Summary
ContentModerationTestResaveHooks.php file core/modules/content_moderation/tests/modules/content_moderation_test_resave/src/Hook/ContentModerationTestResaveHooks.php
ContentModerationTestResaveHooks::entityInsert function core/modules/content_moderation/tests/modules/content_moderation_test_resave/src/Hook/ContentModerationTestResaveHooks.php Implements hook_entity_insert().
ContentModerationTestTrait trait core/modules/content_moderation/tests/src/Traits/ContentModerationTestTrait.php Provides functionality for testing content moderation.
ContentModerationTestTrait.php file core/modules/content_moderation/tests/src/Traits/ContentModerationTestTrait.php
ContentModerationTestTrait::addEntityTypeAndBundleToWorkflow function core/modules/content_moderation/tests/src/Traits/ContentModerationTestTrait.php Adds an entity type ID / bundle ID to the given workflow.
ContentModerationTestTrait::createEditorialWorkflow function core/modules/content_moderation/tests/src/Traits/ContentModerationTestTrait.php Creates the editorial workflow.
ContentModerationTestViewsHooks class core/modules/content_moderation/tests/modules/content_moderation_test_views/src/Hook/ContentModerationTestViewsHooks.php Hook implementations for content_moderation_test_views.
ContentModerationTestViewsHooks.php file core/modules/content_moderation/tests/modules/content_moderation_test_views/src/Hook/ContentModerationTestViewsHooks.php
ContentModerationTestViewsHooks::viewsDataAlter function core/modules/content_moderation/tests/modules/content_moderation_test_views/src/Hook/ContentModerationTestViewsHooks.php Implements hook_views_data_alter().
ContentModerationTestViewsHooks::viewsQueryAlter function core/modules/content_moderation/tests/modules/content_moderation_test_views/src/Hook/ContentModerationTestViewsHooks.php Implements hook_views_query_alter().
ContentModerationViewsExecutionHooks class core/modules/content_moderation/src/Hook/ContentModerationViewsExecutionHooks.php Hook implementations for content_moderation.
ContentModerationViewsExecutionHooks.php file core/modules/content_moderation/src/Hook/ContentModerationViewsExecutionHooks.php
ContentModerationViewsExecutionHooks::viewsQuerySubstitutions function core/modules/content_moderation/src/Hook/ContentModerationViewsExecutionHooks.php Implements hook_views_query_substitutions().
ContentModerationViewsHooks class core/modules/content_moderation/src/Hook/ContentModerationViewsHooks.php Hook implementations for content_moderation.
ContentModerationViewsHooks.php file core/modules/content_moderation/src/Hook/ContentModerationViewsHooks.php
ContentModerationViewsHooks::viewsData function core/modules/content_moderation/src/Hook/ContentModerationViewsHooks.php Implements hook_views_data().
ContentModerationWorkflowConfigTest class core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowConfigTest.php Tests how Content Moderation handles workflow config changes.
ContentModerationWorkflowConfigTest.php file core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowConfigTest.php
ContentModerationWorkflowConfigTest::$configFactory property core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowConfigTest.php
ContentModerationWorkflowConfigTest::$entityTypeManager property core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowConfigTest.php
ContentModerationWorkflowConfigTest::$modules property core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowConfigTest.php Modules to install.
ContentModerationWorkflowConfigTest::$workflow property core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowConfigTest.php
ContentModerationWorkflowConfigTest::$workflowStorage property core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowConfigTest.php
ContentModerationWorkflowConfigTest::setUp function core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowConfigTest.php
ContentModerationWorkflowConfigTest::testDeletingStateViaConfiguration function core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowConfigTest.php Tests deleting a state via config import.
ContentModerationWorkflowTypeApiTest class core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowTypeApiTest.php Tests the API of the ContentModeration workflow type plugin.
ContentModerationWorkflowTypeApiTest.php file core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowTypeApiTest.php
ContentModerationWorkflowTypeApiTest::$modules property core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowTypeApiTest.php Modules to install.
ContentModerationWorkflowTypeApiTest::$workflow property core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowTypeApiTest.php A workflow for testing.
ContentModerationWorkflowTypeApiTest::setUp function core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowTypeApiTest.php
ContentModerationWorkflowTypeApiTest::testAddEntityTypeAndBundle function core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowTypeApiTest.php @covers ::addEntityTypeAndBundle
ContentModerationWorkflowTypeApiTest::testAppliesToEntityTypeAndBundle function core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowTypeApiTest.php @covers ::appliesToEntityTypeAndBundle
@covers ::addEntityTypeAndBundle
@covers ::removeEntityTypeAndBundle
ContentModerationWorkflowTypeApiTest::testGetBundlesForEntityType function core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowTypeApiTest.php @covers ::getBundlesForEntityType
@covers ::addEntityTypeAndBundle
@covers ::removeEntityTypeAndBundle
ContentModerationWorkflowTypeApiTest::testRemoveEntityTypeAndBundle function core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowTypeApiTest.php @covers ::addEntityTypeAndBundle
@covers ::removeEntityTypeAndBundle
ContentModerationWorkflowTypeTest class core/modules/content_moderation/tests/src/Functional/ContentModerationWorkflowTypeTest.php Test the workflow type plugin in the content_moderation module.
ContentModerationWorkflowTypeTest.php file core/modules/content_moderation/tests/src/Functional/ContentModerationWorkflowTypeTest.php
ContentModerationWorkflowTypeTest::$defaultTheme property core/modules/content_moderation/tests/src/Functional/ContentModerationWorkflowTypeTest.php The theme to install as the default for testing.
ContentModerationWorkflowTypeTest::$modules property core/modules/content_moderation/tests/src/Functional/ContentModerationWorkflowTypeTest.php Modules to install.
ContentModerationWorkflowTypeTest::setUp function core/modules/content_moderation/tests/src/Functional/ContentModerationWorkflowTypeTest.php
ContentModerationWorkflowTypeTest::testNewWorkflow function core/modules/content_moderation/tests/src/Functional/ContentModerationWorkflowTypeTest.php Tests creating a new workflow using the content moderation plugin.
ContentTranslationPendingRevisionTestBase::enableContentModeration function core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php Enables content moderation for the test entity type and bundle.
content_moderation.api.php file core/modules/content_moderation/content_moderation.api.php API documentation for Content Moderation module.
content_moderation.changing_states.html.twig file core/modules/content_moderation/help_topics/content_moderation.changing_states.html.twig ---
label: 'Moving content between workflow states'
related:
- workflows.overview
- content_moderation.configuring_workflows
- core.content_structure
---
{% set workflows_overview_topic =…
content_moderation.configuring_workflows.html.twig file core/modules/content_moderation/help_topics/content_moderation.configuring_workflows.html.twig ---
label: 'Configuring workflows'
related:
- workflows.overview
- content_moderation.changing_states
- core.content_structure
- views_ui.create
---
{% set content_structure_topic =…
content_moderation.config_import_subscriber service core/modules/content_moderation/content_moderation.services.yml Drupal\content_moderation\EventSubscriber\ConfigImportSubscriber
content_moderation.info.yml file core/modules/content_moderation/content_moderation.info.yml core/modules/content_moderation/content_moderation.info.yml
content_moderation.install file core/modules/content_moderation/content_moderation.install Install, update and uninstall functions for the Content Moderation module.
content_moderation.libraries.yml file core/modules/content_moderation/content_moderation.libraries.yml core/modules/content_moderation/content_moderation.libraries.yml
content_moderation.links.task.yml file core/modules/content_moderation/content_moderation.links.task.yml core/modules/content_moderation/content_moderation.links.task.yml
content_moderation.moderation_information service core/modules/content_moderation/content_moderation.services.yml Drupal\content_moderation\ModerationInformation

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.