| ConfigurableLanguageValidationTest::setUp |
function |
core/modules/language/tests/src/Kernel/ConfigurableLanguageValidationTest.php |
|
| ConfigurableLanguageXmlAnonTest |
class |
core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlAnonTest.php |
@group rest |
| ConfigurableLanguageXmlAnonTest.php |
file |
core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlAnonTest.php |
|
| ConfigurableLanguageXmlAnonTest::$defaultTheme |
property |
core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlAnonTest.php |
The theme to install as the default for testing. |
| ConfigurableLanguageXmlAnonTest::$format |
property |
core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlAnonTest.php |
The format to use in this test. |
| ConfigurableLanguageXmlAnonTest::$mimeType |
property |
core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlAnonTest.php |
The MIME type that corresponds to $format. |
| ConfigurableLanguageXmlBasicAuthTest |
class |
core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php |
@group rest |
| ConfigurableLanguageXmlBasicAuthTest.php |
file |
core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php |
|
| ConfigurableLanguageXmlBasicAuthTest::$auth |
property |
core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php |
The authentication mechanism to use in this test. |
| ConfigurableLanguageXmlBasicAuthTest::$defaultTheme |
property |
core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php |
The theme to install as the default for testing. |
| ConfigurableLanguageXmlBasicAuthTest::$format |
property |
core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php |
The format to use in this test. |
| ConfigurableLanguageXmlBasicAuthTest::$mimeType |
property |
core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php |
The MIME type that corresponds to $format. |
| ConfigurableLanguageXmlBasicAuthTest::$modules |
property |
core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlBasicAuthTest.php |
Modules to install. |
| ConfigurableLanguageXmlCookieTest |
class |
core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlCookieTest.php |
@group rest |
| ConfigurableLanguageXmlCookieTest.php |
file |
core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlCookieTest.php |
|
| ConfigurableLanguageXmlCookieTest::$auth |
property |
core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlCookieTest.php |
The authentication mechanism to use in this test. |
| ConfigurableLanguageXmlCookieTest::$defaultTheme |
property |
core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlCookieTest.php |
The theme to install as the default for testing. |
| ConfigurableLanguageXmlCookieTest::$format |
property |
core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlCookieTest.php |
The format to use in this test. |
| ConfigurableLanguageXmlCookieTest::$mimeType |
property |
core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageXmlCookieTest.php |
The MIME type that corresponds to $format. |
| config_test_language.info.yml |
file |
core/modules/config/tests/config_test_language/config_test_language.info.yml |
core/modules/config/tests/config_test_language/config_test_language.info.yml |
| ContactLanguageTest |
class |
core/modules/contact/tests/src/Functional/ContactLanguageTest.php |
Tests contact messages with language module. |
| ContactLanguageTest.php |
file |
core/modules/contact/tests/src/Functional/ContactLanguageTest.php |
|
| ContactLanguageTest::$defaultTheme |
property |
core/modules/contact/tests/src/Functional/ContactLanguageTest.php |
The theme to install as the default for testing. |
| ContactLanguageTest::$modules |
property |
core/modules/contact/tests/src/Functional/ContactLanguageTest.php |
Modules to install. |
| ContactLanguageTest::setUp |
function |
core/modules/contact/tests/src/Functional/ContactLanguageTest.php |
|
| ContactLanguageTest::testContactLanguage |
function |
core/modules/contact/tests/src/Functional/ContactLanguageTest.php |
Tests configuration options with language enabled. |
| ContentEntityBase::$languages |
property |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
Local cache for the available language objects. |
| ContentEntityBase::getLanguages |
function |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
|
| ContentEntityBase::getTranslationLanguages |
function |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
Returns the languages the data is translated to. |
| ContentEntityBase::language |
function |
core/lib/Drupal/Core/Entity/ContentEntityBase.php |
Gets the language of the entity. |
| ContentEntityBaseUnitTest::$languageManager |
property |
core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php |
The language manager. |
| ContentLanguageSettings |
class |
core/modules/language/src/Entity/ContentLanguageSettings.php |
Defines the ContentLanguageSettings entity. |
| ContentLanguageSettings.php |
file |
core/modules/language/src/Entity/ContentLanguageSettings.php |
|
| ContentLanguageSettings::$default_langcode |
property |
core/modules/language/src/Entity/ContentLanguageSettings.php |
The default language code. |
| ContentLanguageSettings::$id |
property |
core/modules/language/src/Entity/ContentLanguageSettings.php |
The id. Combination of $target_entity_type_id.$target_bundle. |
| ContentLanguageSettings::$language_alterable |
property |
core/modules/language/src/Entity/ContentLanguageSettings.php |
Indicates if the language is alterable or not. |
| ContentLanguageSettings::$target_bundle |
property |
core/modules/language/src/Entity/ContentLanguageSettings.php |
The bundle (machine name). |
| ContentLanguageSettings::$target_entity_type_id |
property |
core/modules/language/src/Entity/ContentLanguageSettings.php |
The entity type ID (machine name). |
| ContentLanguageSettings::calculateDependencies |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
Calculates dependencies and stores them in the dependency property. |
| ContentLanguageSettings::getAllValidDefaultLangcodes |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
Returns all valid values for the `default_langcode` property. |
| ContentLanguageSettings::getDefaultLangcode |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
Gets the default language code. |
| ContentLanguageSettings::getTargetBundle |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
Gets the bundle this config applies to. |
| ContentLanguageSettings::getTargetEntityTypeId |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
Gets the entity type ID this config applies to. |
| ContentLanguageSettings::id |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
Gets the identifier. |
| ContentLanguageSettings::isDefaultConfiguration |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
Checks if this config object contains the default values in every property. |
| ContentLanguageSettings::isLanguageAlterable |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
Checks if the language is alterable or not. |
| ContentLanguageSettings::loadByEntityTypeBundle |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
Loads a content language config entity based on the entity type and bundle. |
| ContentLanguageSettings::preSave |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
Acts on an entity before the presave hook is invoked. |
| ContentLanguageSettings::setDefaultLangcode |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
Sets the default language code. |
| ContentLanguageSettings::setLanguageAlterable |
function |
core/modules/language/src/Entity/ContentLanguageSettings.php |
Sets if the language must be alterable or not. |