Search for language
- Search 7.x for language
- Search 9.5.x for language
- Search 10.3.x for language
- Search 11.x for language
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Language | class | core/ |
Plugin annotation @MigrateSource( id = "language", source_module = "locale" ) |
Language | class | core/ |
Provides a 'Language' condition. |
Language | class | core/ |
Defines the "language" plugin. |
Language | class | core/ |
Defines the 'language' data type. |
Language | class | core/ |
An object containing the information for an interface language. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
LanguageInterface.php | file | core/ |
|
LanguageInterface::DIRECTION_LTR | constant | core/ |
Language written left to right. Possible value of $language->direction. |
LanguageInterface::DIRECTION_RTL | constant | core/ |
Language written right to left. Possible value of $language->direction. |
LanguageInterface::getDirection | function | core/ |
Gets the text direction (left-to-right or right-to-left). |
LanguageInterface::getId | function | core/ |
Gets the ID (language code). |
LanguageInterface::getName | function | core/ |
Gets the name of the language. |
LanguageInterface::getWeight | function | core/ |
Gets the weight of the language. |
LanguageInterface::isDefault | function | core/ |
Returns whether this language is the default language. |
LanguageInterface::isLocked | function | core/ |
Returns whether this language is locked. |
LanguageInterface::LANGCODE_DEFAULT | constant | core/ |
Language code referring to the default language of data, e.g. of an entity. |
LanguageInterface::LANGCODE_NOT_APPLICABLE | constant | core/ |
The language code used when the marked object has no linguistic content. |
LanguageInterface::LANGCODE_NOT_SPECIFIED | constant | core/ |
The language code used when no language is explicitly assigned (yet). |
LanguageInterface::LANGCODE_SITE_DEFAULT | constant | core/ |
Language code referring to site's default language. |
LanguageInterface::LANGCODE_SYSTEM | constant | core/ |
Special system language code (only applicable to UI language). |
LanguageInterface::STATE_ALL | constant | core/ |
The language state used when referring to all languages. |
LanguageInterface::STATE_CONFIGURABLE | constant | core/ |
The language state when referring to configurable languages. |
LanguageInterface::STATE_LOCKED | constant | core/ |
The language state when referring to locked languages. |
LanguageInterface::STATE_SITE_DEFAULT | constant | core/ |
The language state used when referring to the site's default language. |
LanguageInterface::TYPE_CONTENT | constant | core/ |
The type of language used to define the content language. |
LanguageInterface::TYPE_INTERFACE | constant | core/ |
The type of language used to select the user interface. |
LanguageInterface::TYPE_URL | constant | core/ |
The type of language used for URLs. |
LanguageInterface::VALID_LANGCODE_REGEX | constant | core/ |
A regex for validating language codes according to W3C specifications. |
LanguageItem | class | core/ |
Defines the 'language' entity field item. |
LanguageItem.php | file | core/ |
|
LanguageItem::applyDefaultValue | function | core/ |
Applies the default value. |
LanguageItem::generateSampleValue | function | core/ |
Generates placeholder field values. |
LanguageItem::getPossibleOptions | function | core/ |
Returns an array of possible values with labels for display. |
LanguageItem::getPossibleValues | function | core/ |
Returns an array of possible values. |
LanguageItem::getSettableOptions | function | core/ |
Returns an array of settable values with labels for display. |
LanguageItem::getSettableValues | function | core/ |
Returns an array of settable values. |
LanguageItem::onChange | function | core/ |
React to changes to a child property or item. |
LanguageItem::propertyDefinitions | function | core/ |
Defines field item properties. |
LanguageItem::schema | function | core/ |
Returns the schema for the field. |
LanguageItem::setValue | function | core/ |
Overrides \Drupal\Core\TypedData\TypedData::setValue(). |
LanguageListBuilder | class | core/ |
Defines a class to build a listing of language entities. |
LanguageListBuilder.php | file | core/ |
|
LanguageListBuilder::$configFactory | property | core/ |
The configuration factory. |
LanguageListBuilder::$entitiesKey | property | core/ |
The key to use for the form element containing the entities. |
LanguageListBuilder::$languageManager | property | core/ |
The language manager. |
LanguageListBuilder::$messenger | property | core/ |
The messenger. |
LanguageListBuilder::buildForm | function | core/ |
Form constructor. |
LanguageListBuilder::buildHeader | function | core/ |
Builds the header row for the entity listing. |
LanguageListBuilder::buildRow | function | core/ |
Builds a row for an entity in the entity listing. |
LanguageListBuilder::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
LanguageListBuilder::getFormId | function | core/ |
Returns a unique string identifying the form. |
LanguageListBuilder::load | function | core/ |
Loads entities of this type from storage for listing. |
LanguageListBuilder::submitForm | function | core/ |
Form submission handler. |
LanguageListBuilder::validateForm | function | core/ |
Form validation handler. |
LanguageListBuilder::__construct | function | core/ |
Constructs a new LanguageListBuilder object. |
LanguageListModuleInstallTest | class | core/ |
Tests enabling Language if a module exists that calls LanguageManager::getLanguages() during installation. |
Pagination
- Previous page
- Page 23
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.