Search for language

  1. Search 7.x for language
  2. Search 9.5.x for language
  3. Search 10.3.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 Plugin annotation @MigrateSource( id = "language", source_module = "locale" )
Language class core/modules/language/src/Plugin/Condition/Language.php Provides a 'Language' condition.
Language class core/modules/ckeditor/src/Plugin/CKEditorPlugin/Language.php Defines the "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
LanguageNegotiationSession class core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSession.php Identify language from a request/session parameter.
LanguageNegotiationSession.php file core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSession.php
LanguageNegotiationSession::$queryParam property core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSession.php The query parameter name to rewrite.
LanguageNegotiationSession::$queryRewrite property core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSession.php Flag used to determine whether query rewriting is active.
LanguageNegotiationSession::$queryValue property core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSession.php The query parameter value to be set.
LanguageNegotiationSession::getLangcode function core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSession.php Performs language negotiation.
LanguageNegotiationSession::getLanguageSwitchLinks function core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSession.php Returns language switch links.
LanguageNegotiationSession::METHOD_ID constant core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSession.php The language negotiation method id.
LanguageNegotiationSession::persist function core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSession.php Notifies the plugin that the language code it returned has been accepted.
LanguageNegotiationSession::processOutbound function core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSession.php Processes the outbound path.
LanguageNegotiationTest class core/modules/language/tests/src/Unit/process/LanguageNegotiationTest.php @coversDefaultClass \Drupal\language\Plugin\migrate\process\LanguageNegotiation
@group language
LanguageNegotiationTest class core/modules/language/tests/language_test/src/Plugin/LanguageNegotiation/LanguageNegotiationTest.php Class for identifying language from a selected language.
LanguageNegotiationTest.php file core/modules/language/tests/language_test/src/Plugin/LanguageNegotiation/LanguageNegotiationTest.php
LanguageNegotiationTest.php file core/modules/language/tests/src/Unit/process/LanguageNegotiationTest.php
LanguageNegotiationTest::getLangcode function core/modules/language/tests/language_test/src/Plugin/LanguageNegotiation/LanguageNegotiationTest.php Performs language negotiation.
LanguageNegotiationTest::METHOD_ID constant core/modules/language/tests/language_test/src/Plugin/LanguageNegotiation/LanguageNegotiationTest.php The language negotiation method id.
LanguageNegotiationTest::setUp function core/modules/language/tests/src/Unit/process/LanguageNegotiationTest.php
LanguageNegotiationTest::testStringInput function core/modules/language/tests/src/Unit/process/LanguageNegotiationTest.php Tests string input.
LanguageNegotiationTest::testTransformWithoutWeights function core/modules/language/tests/src/Unit/process/LanguageNegotiationTest.php Tests successful transformation without weights.
LanguageNegotiationTest::testTransformWithWeights function core/modules/language/tests/src/Unit/process/LanguageNegotiationTest.php Tests successful transformation without weights.
LanguageNegotiationTestTs class core/modules/language/tests/language_test/src/Plugin/LanguageNegotiation/LanguageNegotiationTestTs.php Class for identifying language from a selected language.
LanguageNegotiationTestTs.php file core/modules/language/tests/language_test/src/Plugin/LanguageNegotiation/LanguageNegotiationTestTs.php
LanguageNegotiationTestTs::METHOD_ID constant core/modules/language/tests/language_test/src/Plugin/LanguageNegotiation/LanguageNegotiationTestTs.php The language negotiation method id.
LanguageNegotiationUI class core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUI.php Identifies the language from the interface text language selected for page.
LanguageNegotiationUI.php file core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUI.php
LanguageNegotiationUI::getLangcode function core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUI.php Performs language negotiation.
LanguageNegotiationUI::METHOD_ID constant core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUI.php The language negotiation method id.
LanguageNegotiationUrl class core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php Class for identifying language via URL prefix or domain.
LanguageNegotiationUrl.php file core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php
LanguageNegotiationUrl::CONFIG_DOMAIN constant core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php URL language negotiation: use the domain as URL language indicator.
LanguageNegotiationUrl::CONFIG_PATH_PREFIX constant core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php URL language negotiation: use the path prefix as URL language indicator.
LanguageNegotiationUrl::getLangcode function core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php Performs language negotiation.
LanguageNegotiationUrl::getLanguageSwitchLinks function core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php Returns language switch links.
LanguageNegotiationUrl::METHOD_ID constant core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php The language negotiation method id.
LanguageNegotiationUrl::processInbound function core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php Processes the inbound path.
LanguageNegotiationUrl::processOutbound function core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php Processes the outbound path.
LanguageNegotiationUrlFallback class core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrlFallback.php Class that determines the language to be assigned to URLs when none is
detected.
LanguageNegotiationUrlFallback.php file core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrlFallback.php
LanguageNegotiationUrlFallback::getLangcode function core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrlFallback.php Performs language negotiation.
LanguageNegotiationUrlFallback::METHOD_ID constant core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrlFallback.php The language negotiation method id.
LanguageNegotiationUrlTest class core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php @coversDefaultClass \Drupal\language\Plugin\LanguageNegotiation\LanguageNegotiationUrl
@group language
LanguageNegotiationUrlTest class core/modules/language/tests/src/Functional/LanguageNegotiationUrlTest.php @coversDefaultClass \Drupal\language\Plugin\LanguageNegotiation\LanguageNegotiationUrl
@group language
LanguageNegotiationUrlTest.php file core/modules/language/tests/src/Functional/LanguageNegotiationUrlTest.php
LanguageNegotiationUrlTest.php file core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php
LanguageNegotiationUrlTest::$defaultTheme property core/modules/language/tests/src/Functional/LanguageNegotiationUrlTest.php The theme to install as the default for testing.
LanguageNegotiationUrlTest::$languageManager property core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php
LanguageNegotiationUrlTest::$modules property core/modules/language/tests/src/Functional/LanguageNegotiationUrlTest.php Modules to enable.
LanguageNegotiationUrlTest::$user property core/modules/language/tests/src/Functional/LanguageNegotiationUrlTest.php
LanguageNegotiationUrlTest::$user property core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php
LanguageNegotiationUrlTest::providerTestDomain function core/modules/language/tests/src/Unit/LanguageNegotiationUrlTest.php Provides data for the domain test.

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