| ContentLanguageSettingsJsonAnonTest::$format |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonAnonTest.php |
The format to use in this test. |
| ContentLanguageSettingsJsonAnonTest::$mimeType |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonAnonTest.php |
The MIME type that corresponds to $format. |
| ContentLanguageSettingsJsonBasicAuthTest |
class |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonBasicAuthTest.php |
Tests Content Language Settings Json Basic Auth. |
| ContentLanguageSettingsJsonBasicAuthTest.php |
file |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonBasicAuthTest.php |
|
| ContentLanguageSettingsJsonBasicAuthTest::$auth |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonBasicAuthTest.php |
The authentication mechanism to use in this test. |
| ContentLanguageSettingsJsonBasicAuthTest::$defaultTheme |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonBasicAuthTest.php |
The theme to install as the default for testing. |
| ContentLanguageSettingsJsonBasicAuthTest::$format |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonBasicAuthTest.php |
The format to use in this test. |
| ContentLanguageSettingsJsonBasicAuthTest::$mimeType |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonBasicAuthTest.php |
The MIME type that corresponds to $format. |
| ContentLanguageSettingsJsonBasicAuthTest::$modules |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonBasicAuthTest.php |
Modules to install. |
| ContentLanguageSettingsJsonCookieTest |
class |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonCookieTest.php |
Tests Content Language Settings Json Cookie. |
| ContentLanguageSettingsJsonCookieTest.php |
file |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonCookieTest.php |
|
| ContentLanguageSettingsJsonCookieTest::$auth |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonCookieTest.php |
The authentication mechanism to use in this test. |
| ContentLanguageSettingsJsonCookieTest::$defaultTheme |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonCookieTest.php |
The theme to install as the default for testing. |
| ContentLanguageSettingsJsonCookieTest::$format |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonCookieTest.php |
The format to use in this test. |
| ContentLanguageSettingsJsonCookieTest::$mimeType |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonCookieTest.php |
The MIME type that corresponds to $format. |
| ContentLanguageSettingsResourceTestBase |
class |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php |
Resource test base for the ContentLanguageSettings entity. |
| ContentLanguageSettingsResourceTestBase.php |
file |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php |
|
| ContentLanguageSettingsResourceTestBase::$entity |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php |
|
| ContentLanguageSettingsResourceTestBase::$entityTypeId |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php |
The tested entity type. |
| ContentLanguageSettingsResourceTestBase::$modules |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php |
Modules to install. |
| ContentLanguageSettingsResourceTestBase::createEntity |
function |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php |
Creates the entity to be tested. |
| ContentLanguageSettingsResourceTestBase::getExpectedCacheContexts |
function |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php |
The expected cache contexts for the GET/HEAD response of the test entity. |
| ContentLanguageSettingsResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php |
Returns the expected normalization of the entity. |
| ContentLanguageSettingsResourceTestBase::getNormalizedPostEntity |
function |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php |
Returns the normalized POST entity. |
| ContentLanguageSettingsResourceTestBase::setUpAuthorization |
function |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsResourceTestBase.php |
Sets up the necessary authorization. |
| ContentLanguageSettingsTest |
class |
core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php |
JSON:API integration test for "ContentLanguageSettings" config entity type. |
| ContentLanguageSettingsTest.php |
file |
core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php |
|
| ContentLanguageSettingsTest::$defaultTheme |
property |
core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php |
The theme to install as the default for testing. |
| ContentLanguageSettingsTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php |
|
| ContentLanguageSettingsTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php |
The tested entity type. |
| ContentLanguageSettingsTest::$modules |
property |
core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php |
Modules to install. |
| ContentLanguageSettingsTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php |
The name of the tested JSON:API resource type. |
| ContentLanguageSettingsTest::createAnotherEntity |
function |
core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php |
Creates another entity to be tested. |
| ContentLanguageSettingsTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/ContentLanguageSettingsTest.php |
Creates the entity to be tested. |
| 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(). |