ContentLanguageSettingsTest::getExpectedCacheContexts |
function |
core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php |
The expected cache contexts for the GET/HEAD response of the test entity. |
ContentLanguageSettingsTest::getExpectedCollectionCacheability |
function |
core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php |
Computes the cacheability for a given entity collection. |
ContentLanguageSettingsTest::getExpectedDocument |
function |
core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php |
Returns the expected JSON:API document for the entity. |
ContentLanguageSettingsTest::getPostDocument |
function |
core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php |
Returns the JSON:API POST document. |
ContentLanguageSettingsTest::setUpAuthorization |
function |
core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php |
Sets up the necessary authorization. |
ContentLanguageSettingsUnitTest |
class |
core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php |
Tests Drupal\language\Entity\ContentLanguageSettings. |
ContentLanguageSettingsUnitTest.php |
file |
core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php |
|
ContentLanguageSettingsUnitTest::$configEntityStorageInterface |
property |
core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php |
The typed configuration manager used for testing. |
ContentLanguageSettingsUnitTest::$entityType |
property |
core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php |
The entity type used for testing. |
ContentLanguageSettingsUnitTest::$entityTypeId |
property |
core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php |
The ID of the type of the entity under test. |
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 |
Tests calculate dependencies. |
ContentLanguageSettingsUnitTest::testDefaultLangcode |
function |
core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php |
Tests default langcode. |
ContentLanguageSettingsUnitTest::testId |
function |
core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php |
Tests id. |
ContentLanguageSettingsUnitTest::testIsDefaultConfiguration |
function |
core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php |
Tests is default configuration. |
ContentLanguageSettingsUnitTest::testLanguageAlterable |
function |
core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php |
Tests language alterable. |
ContentLanguageSettingsUnitTest::testLoadByEntityTypeBundle |
function |
core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php |
Tests load by entity type bundle. |
ContentLanguageSettingsUnitTest::testTargetBundle |
function |
core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php |
Tests target bundle. |
ContentLanguageSettingsUnitTest::testTargetEntityTypeId |
function |
core/modules/language/tests/src/Unit/ContentLanguageSettingsUnitTest.php |
Tests target entity type id. |
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 |
Tests Content Language Settings Xml Anon. |
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 |
Tests Content Language Settings Xml Basic Auth. |
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 |
Tests Content Language Settings Xml Cookie. |
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. |