Search for language

  1. Search 7.x for language
  2. Search 9.5.x for language
  3. Search 8.9.x for language
  4. Search 11.x for language
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Language class core/modules/language/src/Plugin/migrate/source/Language.php Drupal 6/7 language source from database.
Language class core/modules/language/src/Plugin/Condition/Language.php Provides a 'Language' condition.
Language class core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Language.php CKEditor 5 Language plugin.
Language class core/lib/Drupal/Core/TypedData/Plugin/DataType/Language.php Defines the 'language' data type.
Language class core/lib/Drupal/Core/Language/Language.php An object containing the information for an interface language.

All search results

Title Object type File name Summary
LanguageManagerInterface::setConfigOverrideLanguage function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Sets the configuration override language.
LanguageNegotiation class core/modules/language/src/Attribute/LanguageNegotiation.php Defines a language negotiation attribute object.
LanguageNegotiation class core/modules/language/src/Annotation/LanguageNegotiation.php Defines a language negotiation annotation object.
LanguageNegotiation class core/modules/language/src/Plugin/migrate/process/LanguageNegotiation.php Processes the arrays for the language types' negotiation methods and weights.
LanguageNegotiation.php file core/modules/language/src/Plugin/migrate/process/LanguageNegotiation.php
LanguageNegotiation.php file core/modules/language/src/Attribute/LanguageNegotiation.php
LanguageNegotiation.php file core/modules/language/src/Annotation/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.
LanguageNegotiation::__construct function core/modules/language/src/Attribute/LanguageNegotiation.php Constructs an LanguageNegotiation attribute.
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::$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
LanguageNegotiationContentEntity::QUERY_PARAMETER constant core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php The query string parameter.
LanguageNegotiationContentEntity::__construct function core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php Constructs a new LanguageNegotiationContentEntity instance.
LanguageNegotiationContentEntityTest class core/modules/language/tests/src/Unit/Plugin/LanguageNegotiation/LanguageNegotiationContentEntityTest.php Tests the LanguageNegotiationContentEntity plugin class.
LanguageNegotiationContentEntityTest class core/modules/language/tests/src/Functional/LanguageNegotiationContentEntityTest.php Tests language negotiation with the language negotiator content entity.
LanguageNegotiationContentEntityTest.php file core/modules/language/tests/src/Functional/LanguageNegotiationContentEntityTest.php
LanguageNegotiationContentEntityTest.php file core/modules/language/tests/src/Unit/Plugin/LanguageNegotiation/LanguageNegotiationContentEntityTest.php
LanguageNegotiationContentEntityTest::$defaultTheme property core/modules/language/tests/src/Functional/LanguageNegotiationContentEntityTest.php The theme to install as the default for testing.
LanguageNegotiationContentEntityTest::$entity property core/modules/language/tests/src/Functional/LanguageNegotiationContentEntityTest.php The entity being used for testing.
LanguageNegotiationContentEntityTest::$languageManager property core/modules/language/tests/src/Unit/Plugin/LanguageNegotiation/LanguageNegotiationContentEntityTest.php A mock LanguageManager object.
LanguageNegotiationContentEntityTest::$languages property core/modules/language/tests/src/Unit/Plugin/LanguageNegotiation/LanguageNegotiationContentEntityTest.php An array of mock LanguageInterface objects.
LanguageNegotiationContentEntityTest::$modules property core/modules/language/tests/src/Functional/LanguageNegotiationContentEntityTest.php Modules to install.
LanguageNegotiationContentEntityTest::createTranslatableEntity function core/modules/language/tests/src/Functional/LanguageNegotiationContentEntityTest.php Creates a translated entity.
LanguageNegotiationContentEntityTest::getPluginClass function core/modules/language/tests/src/Unit/Plugin/LanguageNegotiation/LanguageNegotiationContentEntityTest.php Returns the plugin class to use for creating the language negotiation plugin.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.