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
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.
ContentPreprocess::preprocessNode function core/modules/content_moderation/src/ContentPreprocess.php
ContentPreprocess::__construct function core/modules/content_moderation/src/ContentPreprocess.php Constructor.
ContentPreprocessTest class core/modules/content_moderation/tests/src/Unit/ContentPreprocessTest.php @coversDefaultClass \Drupal\content_moderation\ContentPreprocess
ContentPreprocessTest.php file core/modules/content_moderation/tests/src/Unit/ContentPreprocessTest.php
ContentPreprocessTest::routeNodeProvider function core/modules/content_moderation/tests/src/Unit/ContentPreprocessTest.php Data provider for self::testIsLatestVersionPage().
ContentPreprocessTest::setupCurrentRouteMatch function core/modules/content_moderation/tests/src/Unit/ContentPreprocessTest.php Mock the current route matching object.
ContentPreprocessTest::setupNode function core/modules/content_moderation/tests/src/Unit/ContentPreprocessTest.php Mock a node object.
ContentPreprocessTest::testIsLatestVersionPage function core/modules/content_moderation/tests/src/Unit/ContentPreprocessTest.php @covers ::isLatestVersionPage
@dataProvider routeNodeProvider
ContentPreviewToggleTest class core/modules/layout_builder/tests/src/FunctionalJavascript/ContentPreviewToggleTest.php Tests toggling of content preview.
ContentPreviewToggleTest.php file core/modules/layout_builder/tests/src/FunctionalJavascript/ContentPreviewToggleTest.php
ContentPreviewToggleTest::$defaultTheme property core/modules/layout_builder/tests/src/FunctionalJavascript/ContentPreviewToggleTest.php The theme to install as the default for testing.
ContentPreviewToggleTest::$modules property core/modules/layout_builder/tests/src/FunctionalJavascript/ContentPreviewToggleTest.php Modules to install.
ContentPreviewToggleTest::assertContextualLinks function core/modules/layout_builder/tests/src/FunctionalJavascript/ContentPreviewToggleTest.php Checks if contextual links are working properly.
ContentPreviewToggleTest::assertOrderInPage function core/modules/layout_builder/tests/src/FunctionalJavascript/ContentPreviewToggleTest.php Asserts that blocks in a given order in the page.

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