LanguageManagerInterface::getDefaultLanguage |
function |
core/lib/Drupal/Core/Language/LanguageManagerInterface.php |
Returns a language object representing the site's default language. |
LanguageManagerInterface::getDefaultLockedLanguages |
function |
core/lib/Drupal/Core/Language/LanguageManagerInterface.php |
Returns a list of the default locked languages. |
LanguageManagerInterface::getDefinedLanguageTypesInfo |
function |
core/lib/Drupal/Core/Language/LanguageManagerInterface.php |
Returns information about all defined language types. |
LanguageManagerInterface::getFallbackCandidates |
function |
core/lib/Drupal/Core/Language/LanguageManagerInterface.php |
Returns the language fallback candidates for a given context. |
LanguageManagerInterface::getLanguage |
function |
core/lib/Drupal/Core/Language/LanguageManagerInterface.php |
Returns a language object from the given language code. |
LanguageManagerInterface::getLanguageName |
function |
core/lib/Drupal/Core/Language/LanguageManagerInterface.php |
Produced the printed name for a language for display. |
LanguageManagerInterface::getLanguages |
function |
core/lib/Drupal/Core/Language/LanguageManagerInterface.php |
Returns a list of languages set up on the site. |
LanguageManagerInterface::getLanguageSwitchLinks |
function |
core/lib/Drupal/Core/Language/LanguageManagerInterface.php |
Returns the language switch links for the given language type. |
LanguageManagerInterface::getLanguageTypes |
function |
core/lib/Drupal/Core/Language/LanguageManagerInterface.php |
Returns an array of the available language types. |
LanguageManagerInterface::getNativeLanguages |
function |
core/lib/Drupal/Core/Language/LanguageManagerInterface.php |
Returns a list of languages set up on the site in their native form. |
LanguageManagerInterface::getStandardLanguageList |
function |
core/lib/Drupal/Core/Language/LanguageManagerInterface.php |
Some common languages with their English and native names. |
LanguageManagerInterface::isLanguageLocked |
function |
core/lib/Drupal/Core/Language/LanguageManagerInterface.php |
Checks whether a language is locked. |
LanguageManagerInterface::isMultilingual |
function |
core/lib/Drupal/Core/Language/LanguageManagerInterface.php |
Returns whether or not the site has more than one language added. |
LanguageManagerInterface::reset |
function |
core/lib/Drupal/Core/Language/LanguageManagerInterface.php |
Resets the given language type or all types if none specified. |
LanguageManagerInterface::setConfigOverrideLanguage |
function |
core/lib/Drupal/Core/Language/LanguageManagerInterface.php |
Sets the configuration override language. |
LanguageNegotiation |
class |
core/modules/language/src/Plugin/migrate/process/LanguageNegotiation.php |
Processes the arrays for the language types' negotiation methods and weights. |
LanguageNegotiation |
class |
core/modules/language/src/Annotation/LanguageNegotiation.php |
Defines a language negotiation annotation object. |
LanguageNegotiation.php |
file |
core/modules/language/src/Annotation/LanguageNegotiation.php |
|
LanguageNegotiation.php |
file |
core/modules/language/src/Plugin/migrate/process/LanguageNegotiation.php |
|
LanguageNegotiation::$config_route_name |
property |
core/modules/language/src/Annotation/LanguageNegotiation.php |
The route pointing to the plugin's configuration page. |
LanguageNegotiation::$description |
property |
core/modules/language/src/Annotation/LanguageNegotiation.php |
The description of the language negotiation plugin. |
LanguageNegotiation::$id |
property |
core/modules/language/src/Annotation/LanguageNegotiation.php |
The language negotiation plugin ID. |
LanguageNegotiation::$name |
property |
core/modules/language/src/Annotation/LanguageNegotiation.php |
The human-readable name of the language negotiation plugin. |
LanguageNegotiation::$types |
property |
core/modules/language/src/Annotation/LanguageNegotiation.php |
An array of allowed language types. |
LanguageNegotiation::$weight |
property |
core/modules/language/src/Annotation/LanguageNegotiation.php |
The default weight of the language negotiation plugin. |
LanguageNegotiation::mapNewMethods |
function |
core/modules/language/src/Plugin/migrate/process/LanguageNegotiation.php |
Maps old negotiation method names to the new ones. |
LanguageNegotiation::transform |
function |
core/modules/language/src/Plugin/migrate/process/LanguageNegotiation.php |
Performs the associated process. |
LanguageNegotiationBrowser |
class |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationBrowser.php |
Class for identifying language from the browser Accept-language HTTP header. |
LanguageNegotiationBrowser.php |
file |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationBrowser.php |
|
LanguageNegotiationBrowser::$pageCacheKillSwitch |
property |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationBrowser.php |
The page cache disabling policy. |
LanguageNegotiationBrowser::create |
function |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationBrowser.php |
Creates an instance of the plugin. |
LanguageNegotiationBrowser::getLangcode |
function |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationBrowser.php |
Performs language negotiation. |
LanguageNegotiationBrowser::METHOD_ID |
constant |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationBrowser.php |
The language negotiation method id. |
LanguageNegotiationContentEntity |
class |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php |
Class for identifying the content translation language. |
LanguageNegotiationContentEntity.php |
file |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php |
|
LanguageNegotiationContentEntity::$contentEntityPaths |
property |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php |
A list of all the link paths of enabled content entities. |
LanguageNegotiationContentEntity::$deprecatedProperties |
property |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php |
|
LanguageNegotiationContentEntity::$entityTypeManager |
property |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php |
The entity type manager. |
LanguageNegotiationContentEntity::$hasLowerLanguageNegotiationWeightResult |
property |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php |
Static cache for the language negotiation order check. |
LanguageNegotiationContentEntity::$paths |
property |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php |
Static cache of outbound route paths per request. |
LanguageNegotiationContentEntity::create |
function |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php |
Creates an instance of the plugin. |
LanguageNegotiationContentEntity::getContentEntityPaths |
function |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php |
Returns the paths for the link templates of all content entities. |
LanguageNegotiationContentEntity::getContentEntityTypeIdForCurrentRequest |
function |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php |
Returns the content entity type ID from the current request for the route. |
LanguageNegotiationContentEntity::getLangcode |
function |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php |
Performs language negotiation. |
LanguageNegotiationContentEntity::getLanguageSwitchLinks |
function |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php |
Returns language switch links. |
LanguageNegotiationContentEntity::hasLowerLanguageNegotiationWeight |
function |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php |
Determines if content entity language negotiator has higher priority. |
LanguageNegotiationContentEntity::meetsContentEntityRoutesCondition |
function |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php |
Determines if content entity route condition is met. |
LanguageNegotiationContentEntity::METHOD_ID |
constant |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php |
The language negotiation method ID. |
LanguageNegotiationContentEntity::processOutbound |
function |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php |
Processes the outbound path. |
LanguageNegotiationContentEntity::QUERY_PARAMETER |
constant |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php |
The query string parameter. |