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
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().
ContentModerationThemeHooks class core/modules/content_moderation/src/Hook/ContentModerationThemeHooks.php Hook implementations for content_moderation.
ContentModerationThemeHooks.php file core/modules/content_moderation/src/Hook/ContentModerationThemeHooks.php
ContentModerationThemeHooks::preprocessNode function core/modules/content_moderation/src/Hook/ContentModerationThemeHooks.php Implements hook_preprocess_HOOK().
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 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.
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.

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