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
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.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
@dataProvider providerTestSetContentLengthHeader
ContentLengthTest::testHandle function core/tests/Drupal/Tests/Core/StackMiddleware/ContentLengthTest.php @covers ::handle
@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
ContentModerationAdminPathEntityConverterLanguageTest::$defaultTheme property core/modules/content_moderation/tests/src/Functional/ContentModerationAdminPathEntityConverterLanguageTest.php The theme to install as the default for testing.
ContentModerationAdminPathEntityConverterLanguageTest::$modules property core/modules/content_moderation/tests/src/Functional/ContentModerationAdminPathEntityConverterLanguageTest.php Modules to install.
ContentModerationConfigureEntityTypesForm class core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php The form for editing entity types associated with a workflow.
ContentModerationConfigureEntityTypesForm.php file core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php
ContentModerationConfigureEntityTypesForm::$bundleInfo property core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php The entity type bundle information service.
ContentModerationConfigureEntityTypesForm::$entityType property core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php The entity type definition object.
ContentModerationConfigureEntityTypesForm::$entityTypeManager property core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php The entity type manager service.
ContentModerationConfigureEntityTypesForm::$messenger property core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php The Messenger service.
ContentModerationConfigureEntityTypesForm::$moderationInformation property core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php The moderation information service.
ContentModerationConfigureEntityTypesForm::$workflow property core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php The workflow entity object.
ContentModerationConfigureEntityTypesForm::ajaxCallback function core/modules/content_moderation/src/Form/ContentModerationConfigureEntityTypesForm.php Ajax callback to close the modal and update the selected text.

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