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
ContentLanguageSettingsXmlCookieTest::$format property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlCookieTest.php The format to use in this test.
ContentLanguageSettingsXmlCookieTest::$mimeType property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlCookieTest.php The MIME type that corresponds to $format.
ContentLength class core/modules/big_pipe/src/StackMiddleware/ContentLength.php Defines a big pipe middleware that removes Content-Length headers.
ContentLength class core/lib/Drupal/Core/StackMiddleware/ContentLength.php Adds a Content-Length HTTP header to responses.
ContentLength.php file core/lib/Drupal/Core/StackMiddleware/ContentLength.php
ContentLength.php file core/modules/big_pipe/src/StackMiddleware/ContentLength.php
ContentLength::handle function core/modules/big_pipe/src/StackMiddleware/ContentLength.php
ContentLength::handle function core/lib/Drupal/Core/StackMiddleware/ContentLength.php
ContentLength::__construct function core/lib/Drupal/Core/StackMiddleware/ContentLength.php Constructs a new ContentLength instance.
ContentLength::__construct function core/modules/big_pipe/src/StackMiddleware/ContentLength.php Constructs a new ContentLength instance.
ContentLengthTest class core/modules/big_pipe/tests/src/Unit/StackMiddleware/ContentLengthTest.php Defines a test for ContentLength middleware.
ContentLengthTest class core/tests/Drupal/FunctionalTests/HttpKernel/ContentLengthTest.php Tests Content-Length set by Drupal.
ContentLengthTest class core/tests/Drupal/Tests/Core/StackMiddleware/ContentLengthTest.php @coversDefaultClass \Drupal\Core\StackMiddleware\ContentLength[[api-linebreak]]
@group Middleware
ContentLengthTest.php file core/modules/big_pipe/tests/src/Unit/StackMiddleware/ContentLengthTest.php
ContentLengthTest.php file core/tests/Drupal/FunctionalTests/HttpKernel/ContentLengthTest.php
ContentLengthTest.php file core/tests/Drupal/Tests/Core/StackMiddleware/ContentLengthTest.php
ContentLengthTest::$defaultTheme property core/tests/Drupal/FunctionalTests/HttpKernel/ContentLengthTest.php The theme to install as the default for testing.
ContentLengthTest::$modules property core/tests/Drupal/FunctionalTests/HttpKernel/ContentLengthTest.php Modules to install.
ContentLengthTest::providerTestSetContentLengthHeader function core/modules/big_pipe/tests/src/Unit/StackMiddleware/ContentLengthTest.php Provides data for testHandle().
ContentLengthTest::providerTestSetContentLengthHeader function core/tests/Drupal/Tests/Core/StackMiddleware/ContentLengthTest.php
ContentLengthTest::testContentLength function core/tests/Drupal/FunctionalTests/HttpKernel/ContentLengthTest.php
ContentLengthTest::testHandle function core/modules/big_pipe/tests/src/Unit/StackMiddleware/ContentLengthTest.php @covers ::handle[[api-linebreak]]
@dataProvider providerTestSetContentLengthHeader
ContentLengthTest::testHandle function core/tests/Drupal/Tests/Core/StackMiddleware/ContentLengthTest.php @covers ::handle[[api-linebreak]]
@dataProvider providerTestSetContentLengthHeader
ContentModeration class core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Attaches workflows to content entity types and their bundles.
ContentModeration.php file core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php
ContentModeration::$entityTypeBundleInfo property core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php The entity type bundle info service.
ContentModeration::$entityTypeManager property core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php The entity type manager.
ContentModeration::$moderationInfo property core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php The moderation information service.
ContentModeration::addEntityTypeAndBundle function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Add an entity type ID / bundle ID to the workflow.
ContentModeration::appliesToEntityTypeAndBundle function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Checks if the workflow applies to the supplied entity type and bundle.
ContentModeration::calculateDependencies function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Calculates dependencies for the configured plugin.
ContentModeration::create function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Creates an instance of the plugin.
ContentModeration::defaultConfiguration function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Gets default configuration for this plugin.
ContentModeration::getBundlesForEntityType function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Gets any bundles the workflow is applied to for the given entity type.
ContentModeration::getConfiguration function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Gets this plugin's configuration.
ContentModeration::getEntityTypes function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Gets the entity types the workflow is applied to.
ContentModeration::getInitialState function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Gets the initial state for the workflow.
ContentModeration::getState function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Gets a workflow state.
ContentModeration::onDependencyRemoval function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Informs the plugin that a dependency of the workflow will be deleted.
ContentModeration::removeEntityTypeAndBundle function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Removes an entity type ID / bundle ID from the workflow.
ContentModeration::workflowHasData function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Determines if the workflow is being has data associated with it.
ContentModeration::workflowStateHasData function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Determines if the workflow state has data associated with it.
ContentModeration::__construct function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Constructs a ContentModeration object.
ContentModerationAccessTest class core/modules/content_moderation/tests/src/Kernel/ContentModerationAccessTest.php Tests content moderation access.
ContentModerationAccessTest.php file core/modules/content_moderation/tests/src/Kernel/ContentModerationAccessTest.php
ContentModerationAccessTest::$modules property core/modules/content_moderation/tests/src/Kernel/ContentModerationAccessTest.php Modules to install.
ContentModerationAccessTest::setUp function core/modules/content_moderation/tests/src/Kernel/ContentModerationAccessTest.php
ContentModerationAccessTest::testAccessCacheability function core/modules/content_moderation/tests/src/Kernel/ContentModerationAccessTest.php Tests access cacheability.
ContentModerationAdminPathEntityConverterLanguageTest class core/modules/content_moderation/tests/src/Functional/ContentModerationAdminPathEntityConverterLanguageTest.php Test administration path based entity conversion when moderation enabled.
ContentModerationAdminPathEntityConverterLanguageTest.php file core/modules/content_moderation/tests/src/Functional/ContentModerationAdminPathEntityConverterLanguageTest.php

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