ContentLanguageSettingsInterface::getDefaultLangcode |
function |
core/modules/language/src/ContentLanguageSettingsInterface.php |
Gets the default language code. |
ContentLanguageSettingsInterface::getTargetBundle |
function |
core/modules/language/src/ContentLanguageSettingsInterface.php |
Gets the bundle this config applies to. |
ContentLanguageSettingsInterface::getTargetEntityTypeId |
function |
core/modules/language/src/ContentLanguageSettingsInterface.php |
Gets the entity type ID this config applies to. |
ContentLanguageSettingsInterface::isDefaultConfiguration |
function |
core/modules/language/src/ContentLanguageSettingsInterface.php |
Checks if this config object contains the default values in every property. |
ContentLanguageSettingsInterface::isLanguageAlterable |
function |
core/modules/language/src/ContentLanguageSettingsInterface.php |
Checks if the language is alterable or not. |
ContentLanguageSettingsInterface::setDefaultLangcode |
function |
core/modules/language/src/ContentLanguageSettingsInterface.php |
Sets the default language code. |
ContentLanguageSettingsInterface::setLanguageAlterable |
function |
core/modules/language/src/ContentLanguageSettingsInterface.php |
Sets if the language must be alterable or not. |
ContentLanguageSettingsInterface::setTargetBundle |
function |
core/modules/language/src/ContentLanguageSettingsInterface.php |
Sets the bundle this config applies to. |
ContentLanguageSettingsJsonAnonTest |
class |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonAnonTest.php |
@group rest |
ContentLanguageSettingsJsonAnonTest.php |
file |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonAnonTest.php |
|
ContentLanguageSettingsJsonAnonTest::$defaultTheme |
property |
core/modules/language/tests/src/Functional/Rest/ContentLanguageSettingsJsonAnonTest.php |
The theme to install as the default for testing. |
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 |
@group rest |
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 |
@group rest |
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 |
|
ContentLanguageSettingsResourceTestBase |
class |
core/modules/rest/tests/src/Functional/EntityResource/ContentLanguageSettings/ContentLanguageSettingsResourceTestBase.php |
|
ContentLanguageSettingsResourceTestBase.php |
file |
core/modules/rest/tests/src/Functional/EntityResource/ContentLanguageSettings/ContentLanguageSettingsResourceTestBase.php |
|
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 enable. |
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. |