Language.php |
file |
core/lib/Drupal/Core/TypedData/Plugin/DataType/Language.php |
|
Language.php |
file |
core/lib/Drupal/Core/Language/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::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::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::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. |
Language::isInternal |
function |
core/modules/ckeditor/src/Plugin/CKEditorPlugin/Language.php |
Indicates if this plugin is part of the optimized CKEditor build. |
Language::isLocked |
function |
core/lib/Drupal/Core/Language/Language.php |
Returns whether this language is locked. |
Language::prepareRow |
function |
core/modules/language/src/Plugin/migrate/source/Language.php |
Adds additional data to the row. |
Language::query |
function |
core/modules/language/src/Plugin/migrate/source/Language.php |
|
Language::settingsForm |
function |
core/modules/ckeditor/src/Plugin/CKEditorPlugin/Language.php |
Returns a settings form to configure this CKEditor plugin. |
Language::setValue |
function |
core/lib/Drupal/Core/TypedData/Plugin/DataType/Language.php |
Overrides TypedData::setValue(). |
Language::sort |
function |
core/lib/Drupal/Core/Language/Language.php |
Sort language objects. |
Language::submitConfigurationForm |
function |
core/modules/language/src/Plugin/Condition/Language.php |
Form submission handler. |
Language::summary |
function |
core/modules/language/src/Plugin/Condition/Language.php |
Provides a human readable summary of the condition's configuration. |
Language::__construct |
function |
core/modules/language/src/Plugin/Condition/Language.php |
Creates a new Language instance. |
Language::__construct |
function |
core/lib/Drupal/Core/Language/Language.php |
Constructs a new class instance. |
LanguageAccessControlHandler |
class |
core/modules/language/src/LanguageAccessControlHandler.php |
Defines the access control handler for the language entity type. |
LanguageAccessControlHandler.php |
file |
core/modules/language/src/LanguageAccessControlHandler.php |
|