Search for content

  1. Search 7.x for content
  2. Search 9.5.x for content
  3. Search 8.9.x for content
  4. Search 10.3.x for content
  5. Other projects
Title Object type File name Summary
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().
ContentModerationViewsHooks::__construct function core/modules/content_moderation/src/Hook/ContentModerationViewsHooks.php
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.
ContentNegotiationRoutingTest class core/tests/Drupal/KernelTests/Core/Routing/ContentNegotiationRoutingTest.php Tests content negotiation routing variations.
ContentNegotiationRoutingTest.php file core/tests/Drupal/KernelTests/Core/Routing/ContentNegotiationRoutingTest.php
ContentNegotiationRoutingTest::$modules property core/tests/Drupal/KernelTests/Core/Routing/ContentNegotiationRoutingTest.php Modules to install.
ContentNegotiationRoutingTest::setUp function core/tests/Drupal/KernelTests/Core/Routing/ContentNegotiationRoutingTest.php
ContentNegotiationRoutingTest::testContentRouting function core/tests/Drupal/KernelTests/Core/Routing/ContentNegotiationRoutingTest.php Tests the content negotiation aspect of routing.
ContentNegotiationRoutingTest::testFullNegotiation function core/tests/Drupal/KernelTests/Core/Routing/ContentNegotiationRoutingTest.php Full negotiation by header only.
ContentNegotiationTest class core/modules/system/tests/src/Functional/DrupalKernel/ContentNegotiationTest.php Tests content negotiation.
ContentNegotiationTest.php file core/modules/system/tests/src/Functional/DrupalKernel/ContentNegotiationTest.php
ContentNegotiationTest::$defaultTheme property core/modules/system/tests/src/Functional/DrupalKernel/ContentNegotiationTest.php The theme to install as the default for testing.
ContentNegotiationTest::testBogusAcceptHeader function core/modules/system/tests/src/Functional/DrupalKernel/ContentNegotiationTest.php Verifies HTML responses for bogus Accept headers.
ContentPreprocess class core/modules/content_moderation/src/ContentPreprocess.php Determines whether a route is the "Latest version" tab of a node.
ContentPreprocess.php file core/modules/content_moderation/src/ContentPreprocess.php
ContentPreprocess::$routeMatch property core/modules/content_moderation/src/ContentPreprocess.php The route match service.
ContentPreprocess::create function core/modules/content_moderation/src/ContentPreprocess.php Instantiates a new instance of this class.
ContentPreprocess::isLatestVersionPage function core/modules/content_moderation/src/ContentPreprocess.php Checks whether a route is the "Latest version" tab of a node.

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