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 10.3.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
ConfigurableLanguage class core/modules/language/src/Entity/ConfigurableLanguage.php Defines the ConfigurableLanguage entity.
ConfigurableLanguage.php file core/modules/language/src/Entity/ConfigurableLanguage.php
ConfigurableLanguage::$direction property core/modules/language/src/Entity/ConfigurableLanguage.php The direction of language, either DIRECTION_LTR or DIRECTION_RTL.
ConfigurableLanguage::$id property core/modules/language/src/Entity/ConfigurableLanguage.php The language ID (machine name).
ConfigurableLanguage::$label property core/modules/language/src/Entity/ConfigurableLanguage.php The human-readable label for the language.
ConfigurableLanguage::$locked property core/modules/language/src/Entity/ConfigurableLanguage.php Locked languages cannot be edited.
ConfigurableLanguage::$preSaveMultilingual property core/modules/language/src/Entity/ConfigurableLanguage.php Used during saving to detect when the site becomes multilingual.
ConfigurableLanguage::$weight property core/modules/language/src/Entity/ConfigurableLanguage.php The weight of the language, used in lists of languages.
ConfigurableLanguage::createFromLangcode function core/modules/language/src/Entity/ConfigurableLanguage.php Creates a configurable language object from a langcode.
ConfigurableLanguage::getDefaultLangcode function core/modules/language/src/Entity/ConfigurableLanguage.php Gets the default langcode.
ConfigurableLanguage::getDirection function core/modules/language/src/Entity/ConfigurableLanguage.php Gets the text direction (left-to-right or right-to-left).
ConfigurableLanguage::getId function core/modules/language/src/Entity/ConfigurableLanguage.php Gets the ID (language code).
ConfigurableLanguage::getName function core/modules/language/src/Entity/ConfigurableLanguage.php Gets the name of the language.
ConfigurableLanguage::getWeight function core/modules/language/src/Entity/ConfigurableLanguage.php Gets the weight of the language.
ConfigurableLanguage::isDefault function core/modules/language/src/Entity/ConfigurableLanguage.php Returns whether this language is the default language.
ConfigurableLanguage::isLocked function core/modules/language/src/Entity/ConfigurableLanguage.php Returns whether this language is locked.
ConfigurableLanguage::postDelete function core/modules/language/src/Entity/ConfigurableLanguage.php Acts on deleted entities before the delete hook is invoked.
ConfigurableLanguage::postSave function core/modules/language/src/Entity/ConfigurableLanguage.php Acts on a saved entity before the insert or update hook is invoked.
ConfigurableLanguage::preDelete function core/modules/language/src/Entity/ConfigurableLanguage.php
ConfigurableLanguage::preSave function core/modules/language/src/Entity/ConfigurableLanguage.php Acts on an entity before the presave hook is invoked.
ConfigurableLanguage::setName function core/modules/language/src/Entity/ConfigurableLanguage.php Sets the name of the language.
ConfigurableLanguage::setWeight function core/modules/language/src/Entity/ConfigurableLanguage.php Sets the weight of the language.
ConfigurableLanguageInterface interface core/modules/language/src/ConfigurableLanguageInterface.php Provides an interface defining a language entity.
ConfigurableLanguageInterface.php file core/modules/language/src/ConfigurableLanguageInterface.php
ConfigurableLanguageInterface::setName function core/modules/language/src/ConfigurableLanguageInterface.php Sets the name of the language.
ConfigurableLanguageInterface::setWeight function core/modules/language/src/ConfigurableLanguageInterface.php Sets the weight of the language.
ConfigurableLanguageJsonAnonTest class core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonAnonTest.php @group rest
ConfigurableLanguageJsonAnonTest.php file core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonAnonTest.php
ConfigurableLanguageJsonAnonTest::$defaultTheme property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonAnonTest.php The theme to install as the default for testing.
ConfigurableLanguageJsonAnonTest::$format property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonAnonTest.php The format to use in this test.
ConfigurableLanguageJsonAnonTest::$mimeType property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonAnonTest.php The MIME type that corresponds to $format.
ConfigurableLanguageJsonBasicAuthTest class core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonBasicAuthTest.php @group rest
ConfigurableLanguageJsonBasicAuthTest.php file core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonBasicAuthTest.php
ConfigurableLanguageJsonBasicAuthTest::$auth property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonBasicAuthTest.php The authentication mechanism to use in this test.
ConfigurableLanguageJsonBasicAuthTest::$defaultTheme property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonBasicAuthTest.php The theme to install as the default for testing.
ConfigurableLanguageJsonBasicAuthTest::$format property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonBasicAuthTest.php The format to use in this test.
ConfigurableLanguageJsonBasicAuthTest::$mimeType property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonBasicAuthTest.php The MIME type that corresponds to $format.
ConfigurableLanguageJsonBasicAuthTest::$modules property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonBasicAuthTest.php Modules to install.
ConfigurableLanguageJsonCookieTest class core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonCookieTest.php @group rest
ConfigurableLanguageJsonCookieTest.php file core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonCookieTest.php
ConfigurableLanguageJsonCookieTest::$auth property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonCookieTest.php The authentication mechanism to use in this test.
ConfigurableLanguageJsonCookieTest::$defaultTheme property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonCookieTest.php The theme to install as the default for testing.
ConfigurableLanguageJsonCookieTest::$format property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonCookieTest.php The format to use in this test.
ConfigurableLanguageJsonCookieTest::$mimeType property core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageJsonCookieTest.php The MIME type that corresponds to $format.
ConfigurableLanguageManager class core/modules/language/src/ConfigurableLanguageManager.php Overrides default LanguageManager to provide configured languages.
ConfigurableLanguageManager.php file core/modules/language/src/ConfigurableLanguageManager.php
ConfigurableLanguageManager::$configFactory property core/modules/language/src/ConfigurableLanguageManager.php The configuration storage service.
ConfigurableLanguageManager::$configFactoryOverride property core/modules/language/src/ConfigurableLanguageManager.php The language configuration override service.
ConfigurableLanguageManager::$initialized property core/modules/language/src/ConfigurableLanguageManager.php Whether or not the language manager has been initialized.
ConfigurableLanguageManager::$initializing property core/modules/language/src/ConfigurableLanguageManager.php Whether language types are in the process of language initialization.

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