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
ContentLanguageSettingsUnitTest::testTargetBundle function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php @covers ::getTargetBundle
ContentLanguageSettingsUnitTest::testTargetEntityTypeId function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php @covers ::getTargetEntityTypeId
ContentLanguageSettingsValidationTest class core/modules/language/tests/src/Kernel/ContentLanguageSettingsValidationTest.php Tests validation of content_language_settings entities.
ContentLanguageSettingsValidationTest.php file core/modules/language/tests/src/Kernel/ContentLanguageSettingsValidationTest.php
ContentLanguageSettingsValidationTest::$hasLabel property core/modules/language/tests/src/Kernel/ContentLanguageSettingsValidationTest.php Whether a config entity of this type has a label.
ContentLanguageSettingsValidationTest::$modules property core/modules/language/tests/src/Kernel/ContentLanguageSettingsValidationTest.php Modules to install.
ContentLanguageSettingsValidationTest::setUp function core/modules/language/tests/src/Kernel/ContentLanguageSettingsValidationTest.php
ContentLanguageSettingsValidationTest::testImmutableProperties function core/modules/language/tests/src/Kernel/ContentLanguageSettingsValidationTest.php Tests that immutable properties cannot be changed.
ContentLanguageSettingsValidationTest::testTargetBundleMustExist function core/modules/language/tests/src/Kernel/ContentLanguageSettingsValidationTest.php Tests that the target bundle of the language content settings is checked.
ContentLanguageSettingsXmlAnonTest class core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlAnonTest.php @group rest
ContentLanguageSettingsXmlAnonTest.php file core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlAnonTest.php
ContentLanguageSettingsXmlAnonTest::$defaultTheme property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlAnonTest.php The theme to install as the default for testing.
ContentLanguageSettingsXmlAnonTest::$format property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlAnonTest.php The format to use in this test.
ContentLanguageSettingsXmlAnonTest::$mimeType property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlAnonTest.php The MIME type that corresponds to $format.
ContentLanguageSettingsXmlBasicAuthTest class core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlBasicAuthTest.php @group rest
ContentLanguageSettingsXmlBasicAuthTest.php file core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlBasicAuthTest.php
ContentLanguageSettingsXmlBasicAuthTest::$auth property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlBasicAuthTest.php The authentication mechanism to use in this test.
ContentLanguageSettingsXmlBasicAuthTest::$defaultTheme property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlBasicAuthTest.php The theme to install as the default for testing.
ContentLanguageSettingsXmlBasicAuthTest::$format property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlBasicAuthTest.php The format to use in this test.
ContentLanguageSettingsXmlBasicAuthTest::$mimeType property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlBasicAuthTest.php The MIME type that corresponds to $format.
ContentLanguageSettingsXmlBasicAuthTest::$modules property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlBasicAuthTest.php Modules to install.
ContentLanguageSettingsXmlCookieTest class core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlCookieTest.php @group rest
ContentLanguageSettingsXmlCookieTest.php file core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlCookieTest.php
ContentLanguageSettingsXmlCookieTest::$auth property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlCookieTest.php The authentication mechanism to use in this test.
ContentLanguageSettingsXmlCookieTest::$defaultTheme property core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsXmlCookieTest.php The theme to install as the default for testing.
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/lib/Drupal/Core/StackMiddleware/ContentLength.php Adds a Content-Length HTTP header to responses.
ContentLength class core/modules/big_pipe/src/StackMiddleware/ContentLength.php Defines a big pipe middleware that removes Content-Length headers.
ContentLength.php file core/modules/big_pipe/src/StackMiddleware/ContentLength.php
ContentLength.php file core/lib/Drupal/Core/StackMiddleware/ContentLength.php
ContentLength::handle function core/lib/Drupal/Core/StackMiddleware/ContentLength.php
ContentLength::handle function core/modules/big_pipe/src/StackMiddleware/ContentLength.php
ContentLength::__construct function core/modules/big_pipe/src/StackMiddleware/ContentLength.php Constructs a new ContentLength instance.
ContentLength::__construct function core/lib/Drupal/Core/StackMiddleware/ContentLength.php Constructs a new ContentLength instance.
ContentLengthTest class core/tests/Drupal/Tests/Core/StackMiddleware/ContentLengthTest.php @coversDefaultClass \Drupal\Core\StackMiddleware\ContentLength
@group Middleware
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
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

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