language.mappings.yml |
file |
core/modules/language/config/install/language.mappings.yml |
core/modules/language/config/install/language.mappings.yml |
language.migrate_drupal.yml |
file |
core/modules/language/migrations/state/language.migrate_drupal.yml |
core/modules/language/migrations/state/language.migrate_drupal.yml |
language.module |
file |
core/modules/language/language.module |
Add language handling functionality to Drupal. |
language.negotiation.yml |
file |
core/modules/language/config/install/language.negotiation.yml |
core/modules/language/config/install/language.negotiation.yml |
language.negotiation.yml |
file |
core/profiles/demo_umami/config/install/language.negotiation.yml |
core/profiles/demo_umami/config/install/language.negotiation.yml |
language.permissions.yml |
file |
core/modules/language/language.permissions.yml |
core/modules/language/language.permissions.yml |
Language.php |
file |
core/modules/language/src/Plugin/migrate/source/Language.php |
|
Language.php |
file |
core/modules/language/src/Plugin/Condition/Language.php |
|
Language.php |
file |
core/lib/Drupal/Core/TypedData/Plugin/DataType/Language.php |
|
Language.php |
file |
core/lib/Drupal/Core/Language/Language.php |
|
Language.php |
file |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Language.php |
|
Language.php |
file |
core/modules/ckeditor/src/Plugin/CKEditorPlugin/Language.php |
|
language.post_update.php |
file |
core/modules/language/language.post_update.php |
Post update functions for Language module. |
language.routing.yml |
file |
core/modules/language/language.routing.yml |
core/modules/language/language.routing.yml |
language.schema.yml |
file |
core/modules/language/config/schema/language.schema.yml |
core/modules/language/config/schema/language.schema.yml |
language.services.yml |
file |
core/modules/language/language.services.yml |
core/modules/language/language.services.yml |
language.types.yml |
file |
core/modules/language/config/install/language.types.yml |
core/modules/language/config/install/language.types.yml |
language.yml |
file |
core/modules/language/migrations/language.yml |
core/modules/language/migrations/language.yml |
Language::$defaultValues |
property |
core/lib/Drupal/Core/Language/Language.php |
The values to use to instantiate the default language. |
Language::$direction |
property |
core/lib/Drupal/Core/Language/Language.php |
The direction, left-to-right, or right-to-left. |
Language::$id |
property |
core/lib/Drupal/Core/TypedData/Plugin/DataType/Language.php |
The id of the language. |
Language::$id |
property |
core/lib/Drupal/Core/Language/Language.php |
The ID, langcode. |
Language::$language |
property |
core/lib/Drupal/Core/TypedData/Plugin/DataType/Language.php |
|
Language::$languageManager |
property |
core/modules/language/src/Plugin/Condition/Language.php |
The Language manager. |
Language::$locked |
property |
core/lib/Drupal/Core/Language/Language.php |
Locked indicates a language used by the system, not an actual language. |
Language::$name |
property |
core/lib/Drupal/Core/Language/Language.php |
The human readable English name. |
Language::$weight |
property |
core/lib/Drupal/Core/Language/Language.php |
The weight, used for ordering languages in lists, like selects or tables. |
Language::buildConfigurationForm |
function |
core/modules/language/src/Plugin/Condition/Language.php |
Form constructor. |
Language::buildConfigurationForm |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Language.php |
|
Language::create |
function |
core/modules/language/src/Plugin/Condition/Language.php |
Creates an instance of the plugin. |
Language::defaultConfiguration |
function |
core/modules/language/src/Plugin/Condition/Language.php |
Gets default configuration for this plugin. |
Language::defaultConfiguration |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Language.php |
|
Language::evaluate |
function |
core/modules/language/src/Plugin/Condition/Language.php |
Evaluates the condition and returns TRUE or FALSE accordingly. |
Language::fields |
function |
core/modules/language/src/Plugin/migrate/source/Language.php |
Returns available fields on the source. |
Language::getButtons |
function |
core/modules/ckeditor/src/Plugin/CKEditorPlugin/Language.php |
Returns the buttons that this plugin provides, along with metadata. |
Language::getConfig |
function |
core/modules/ckeditor/src/Plugin/CKEditorPlugin/Language.php |
Returns the additions to CKEDITOR.config for a specific CKEditor instance. |
Language::getCssFiles |
function |
core/modules/ckeditor/src/Plugin/CKEditorPlugin/Language.php |
Retrieves enabled plugins' iframe instance CSS files. |
Language::getDefaultLangcode |
function |
core/lib/Drupal/Core/Language/Language.php |
Gets the default langcode. |
Language::getDirection |
function |
core/lib/Drupal/Core/Language/Language.php |
Gets the text direction (left-to-right or right-to-left). |
Language::getDynamicPluginConfig |
function |
core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Language.php |
Allows a plugin to modify its static configuration. |
Language::getFile |
function |
core/modules/ckeditor/src/Plugin/CKEditorPlugin/Language.php |
Returns the Drupal root-relative file path to the plugin JavaScript file. |
Language::getId |
function |
core/lib/Drupal/Core/Language/Language.php |
Gets the ID (language code). |
Language::getIds |
function |
core/modules/language/src/Plugin/migrate/source/Language.php |
Defines the source fields uniquely identifying a source row. |
Language::getLibraries |
function |
core/modules/ckeditor/src/Plugin/CKEditorPlugin/Language.php |
Returns a list of libraries this plugin requires. |
Language::getName |
function |
core/lib/Drupal/Core/Language/Language.php |
Gets the name of the language. |
Language::getString |
function |
core/lib/Drupal/Core/TypedData/Plugin/DataType/Language.php |
Returns a string representation of the data. |
Language::getValue |
function |
core/lib/Drupal/Core/TypedData/Plugin/DataType/Language.php |
Overrides TypedData::getValue(). |
Language::getWeight |
function |
core/lib/Drupal/Core/Language/Language.php |
Gets the weight of the language. |
Language::id |
function |
core/lib/Drupal/Core/TypedData/Plugin/DataType/Language.php |
|
Language::isDefault |
function |
core/lib/Drupal/Core/Language/Language.php |
Returns whether this language is the default language. |