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 |
|---|---|---|---|
| Language::$locked | property | core/ |
Locked indicates a language used by the system, not an actual language. |
| Language::$name | property | core/ |
The human readable English name. |
| Language::$weight | property | core/ |
The weight, used for ordering languages in lists, like selects or tables. |
| Language::buildConfigurationForm | function | core/ |
Form constructor. |
| Language::create | function | core/ |
Creates an instance of the plugin. |
| Language::defaultConfiguration | function | core/ |
Gets default configuration for this plugin. |
| Language::evaluate | function | core/ |
Evaluates the condition and returns TRUE or FALSE accordingly. |
| Language::fields | function | core/ |
Returns available fields on the source. |
| Language::getButtons | function | core/ |
Returns the buttons that this plugin provides, along with metadata. |
| Language::getConfig | function | core/ |
Returns the additions to CKEDITOR.config for a specific CKEditor instance. |
| Language::getCssFiles | function | core/ |
Retrieves enabled plugins' iframe instance CSS files. |
| Language::getDefaultLangcode | function | core/ |
Gets the default langcode. |
| Language::getDirection | function | core/ |
Gets the text direction (left-to-right or right-to-left). |
| Language::getFile | function | core/ |
Returns the Drupal root-relative file path to the plugin JavaScript file. |
| Language::getId | function | core/ |
Gets the ID (language code). |
| Language::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
| Language::getLibraries | function | core/ |
Returns a list of libraries this plugin requires. |
| Language::getName | function | core/ |
Gets the name of the language. |
| Language::getString | function | core/ |
Returns a string representation of the data. |
| Language::getValue | function | core/ |
Overrides TypedData::getValue(). |
| Language::getWeight | function | core/ |
Gets the weight of the language. |
| Language::id | function | core/ |
|
| Language::isDefault | function | core/ |
Returns whether this language is the default language. |
| Language::isInternal | function | core/ |
Indicates if this plugin is part of the optimized CKEditor build. |
| Language::isLocked | function | core/ |
Returns whether this language is locked. |
| Language::prepareRow | function | core/ |
Adds additional data to the row. |
| Language::query | function | core/ |
|
| Language::settingsForm | function | core/ |
Returns a settings form to configure this CKEditor plugin. |
| Language::setValue | function | core/ |
Overrides TypedData::setValue(). |
| Language::sort | function | core/ |
Sort language objects. |
| Language::submitConfigurationForm | function | core/ |
Form submission handler. |
| Language::summary | function | core/ |
Provides a human readable summary of the condition's configuration. |
| Language::__construct | function | core/ |
Creates a new Language instance. |
| Language::__construct | function | core/ |
Constructs a new class instance. |
| LanguageAccessControlHandler | class | core/ |
Defines the access control handler for the language entity type. |
| LanguageAccessControlHandler.php | file | core/ |
|
| LanguageAccessControlHandler::checkAccess | function | core/ |
Performs access checks. |
| LanguageAddForm | class | core/ |
Controller for language addition forms. |
| LanguageAddForm.php | file | core/ |
|
| LanguageAddForm::actions | function | core/ |
Returns an array of supported actions for the current entity form. |
| LanguageAddForm::copyFormValuesToEntity | function | core/ |
Copies top-level form values to entity properties |
| LanguageAddForm::form | function | core/ |
Gets the actual form array to be built. |
| LanguageAddForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
| LanguageAddForm::save | function | core/ |
Form submission handler for the 'save' action. |
| LanguageAddForm::validateCustom | function | core/ |
Validates the language addition form on custom language button. |
| LanguageAddForm::validatePredefined | function | core/ |
Element specific validator for the Add language button. |
| LanguageArgument | class | core/ |
Defines an argument handler to accept a language. |
| LanguageArgument.php | file | core/ |
|
| LanguageArgument::language | function | core/ |
Returns the language name for a given langcode. |
| LanguageArgument::summaryName | function | core/ |
Overrides \Drupal\views\Plugin\views\argument\ArgumentPluginBase::summaryName(). |
Pagination
- Previous page
- Page 818
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.