Search for content

  1. Search 7.x for content
  2. Search 9.5.x for content
  3. Search 10.3.x for content
  4. Search 11.x for content
  5. Other projects
Title Object type File name Summary
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 Test 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 enable.
ContentNegotiationRoutingTest::register function core/tests/Drupal/KernelTests/Core/Routing/ContentNegotiationRoutingTest.php Registers test-specific services.
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 enable.
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.
ContentPreviewToggleTest::setUp function core/modules/layout_builder/tests/src/FunctionalJavascript/ContentPreviewToggleTest.php
ContentPreviewToggleTest::testContentPreviewToggle function core/modules/layout_builder/tests/src/FunctionalJavascript/ContentPreviewToggleTest.php Tests the content preview toggle.
ContentTestTranslationUITest class core/modules/content_translation/tests/src/Functional/ContentTestTranslationUITest.php Tests the test content translation UI with the test entity.
ContentTestTranslationUITest.php file core/modules/content_translation/tests/src/Functional/ContentTestTranslationUITest.php
ContentTestTranslationUITest::$defaultTheme property core/modules/content_translation/tests/src/Functional/ContentTestTranslationUITest.php The theme to install as the default for testing.
ContentTestTranslationUITest::$modules property core/modules/content_translation/tests/src/Functional/ContentTestTranslationUITest.php Modules to enable.
ContentTestTranslationUITest::$testHTMLEscapeForAllLanguages property core/modules/content_translation/tests/src/Functional/ContentTestTranslationUITest.php Flag to determine if "all languages" rendering is tested.
ContentTestTranslationUITest::getTranslatorPermissions function core/modules/content_translation/tests/src/Functional/ContentTestTranslationUITest.php Returns an array of permissions needed for the translator.
ContentTestTranslationUITest::setUp function core/modules/content_translation/tests/src/Functional/ContentTestTranslationUITest.php
ContentTranslationConfigImportTest class core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php Tests content translation updates performed during config import.

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