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::$entityTypeManager property core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php The entity type manager used for testing.
ContentLanguageSettingsUnitTest::$typedConfigManager property core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php The typed configuration manager used for testing.
ContentLanguageSettingsUnitTest::$uuid property core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php The UUID generator used for testing.
ContentLanguageSettingsUnitTest::providerDefaultLangcode function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php Provides data to testDefaultLangcode().
ContentLanguageSettingsUnitTest::providerIsDefaultConfiguration function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php Provides data to testIsDefaultConfiguration().
ContentLanguageSettingsUnitTest::providerLanguageAlterable function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php Provides data to testLanguageAlterable().
ContentLanguageSettingsUnitTest::providerLoadByEntityTypeBundle function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php Provides data to testLoadByEntityTypeBundle().
ContentLanguageSettingsUnitTest::setUp function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php
ContentLanguageSettingsUnitTest::testCalculateDependencies function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php @covers ::calculateDependencies
ContentLanguageSettingsUnitTest::testDefaultLangcode function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php @covers ::getDefaultLangcode
@covers ::setDefaultLangcode
ContentLanguageSettingsUnitTest::testId function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php @covers ::id
ContentLanguageSettingsUnitTest::testIsDefaultConfiguration function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php @covers ::isDefaultConfiguration
ContentLanguageSettingsUnitTest::testLanguageAlterable function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php @covers ::setLanguageAlterable
@covers ::isLanguageAlterable
ContentLanguageSettingsUnitTest::testLoadByEntityTypeBundle function core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php @covers ::loadByEntityTypeBundle
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

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