Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 10.3.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| LanguageEntityFieldAccessHookTest::testHookEntityFieldAccess | function | core/ |
Tests compatibility with hook_entity_field_access(). |
| LanguageException | class | core/ |
A base exception thrown in any language system operations. |
| LanguageException.php | file | core/ |
|
| LanguageFallbackTest | class | core/ |
Tests the language fallback behavior. |
| LanguageFallbackTest.php | file | core/ |
|
| LanguageFallbackTest::setUp | function | core/ |
|
| LanguageFallbackTest::testCandidates | function | core/ |
Tests language fallback candidates. |
| LanguageField | class | core/ |
Defines a field handler to translate a language into its readable form. |
| LanguageField.php | file | core/ |
|
| LanguageField::buildOptionsForm | function | core/ |
Default options form that provides the label widget that all fields should have. |
| LanguageField::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| LanguageField::render | function | core/ |
Renders the field. |
| LanguageFilter | class | core/ |
Provides filtering by language. |
| LanguageFilter.php | file | core/ |
|
| LanguageFilter::$languageManager | property | core/ |
The language manager. |
| LanguageFilter::create | function | core/ |
Creates an instance of the plugin. |
| LanguageFilter::getValueOptions | function | core/ |
Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values. |
| LanguageFilter::query | function | core/ |
Add this filter to the query. |
| LanguageFilter::__construct | function | core/ |
Constructs a new LanguageFilter instance. |
| LanguageFormatter | class | core/ |
Plugin implementation of the 'language' formatter. |
| LanguageFormatter.php | file | core/ |
|
| LanguageFormatter::$languageManager | property | core/ |
The language manager. |
| LanguageFormatter::create | function | core/ |
Creates an instance of the plugin. |
| LanguageFormatter::defaultSettings | function | core/ |
Defines the default settings for this plugin. |
| LanguageFormatter::settingsForm | function | core/ |
Returns a form to configure settings for the formatter. |
| LanguageFormatter::settingsSummary | function | core/ |
Returns a short summary for the current formatter settings. |
| LanguageFormatter::viewValue | function | core/ |
Generate the output appropriate for one field item. |
| LanguageFormatter::__construct | function | core/ |
Constructs a LanguageFormatter instance. |
| LanguageFormBase | class | core/ |
Base form for language add and edit forms. |
| LanguageFormBase.php | file | core/ |
|
| LanguageFormBase::$languageManager | property | core/ |
The configurable language manager. |
| LanguageFormBase::commonForm | function | core/ |
Common elements of the language addition and editing form. |
| LanguageFormBase::create | function | core/ |
Instantiates a new instance of this class. |
| LanguageFormBase::validateCommon | function | core/ |
Validates the language editing element. |
| LanguageFormBase::__construct | function | core/ |
Constructs a ContentEntityForm object. |
| LanguageInterface | interface | core/ |
Defines a language. |
| 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). |
Pagination
- Previous page
- Page 824
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.