LanguageEditForm::save |
function |
core/modules/language/src/Form/LanguageEditForm.php |
Form submission handler for the 'save' action. |
LanguageEntityFieldAccessHookTest |
class |
core/modules/language/tests/src/Functional/LanguageEntityFieldAccessHookTest.php |
Tests language picker compatibility with hook_entity_field_access. |
LanguageEntityFieldAccessHookTest.php |
file |
core/modules/language/tests/src/Functional/LanguageEntityFieldAccessHookTest.php |
|
LanguageEntityFieldAccessHookTest::$defaultTheme |
property |
core/modules/language/tests/src/Functional/LanguageEntityFieldAccessHookTest.php |
The theme to install as the default for testing. |
LanguageEntityFieldAccessHookTest::$modules |
property |
core/modules/language/tests/src/Functional/LanguageEntityFieldAccessHookTest.php |
Modules to install. |
LanguageEntityFieldAccessHookTest::testHookEntityFieldAccess |
function |
core/modules/language/tests/src/Functional/LanguageEntityFieldAccessHookTest.php |
Tests compatibility with hook_entity_field_access(). |
LanguageEntityFieldAccessTestHooks |
class |
core/modules/language/tests/language_entity_field_access_test/src/Hook/LanguageEntityFieldAccessTestHooks.php |
Hook implementations for language_entity_field_access_test. |
LanguageEntityFieldAccessTestHooks.php |
file |
core/modules/language/tests/language_entity_field_access_test/src/Hook/LanguageEntityFieldAccessTestHooks.php |
|
LanguageEntityFieldAccessTestHooks::entityFieldAccess |
function |
core/modules/language/tests/language_entity_field_access_test/src/Hook/LanguageEntityFieldAccessTestHooks.php |
Implements hook_entity_field_access(). |
LanguageException |
class |
core/modules/language/src/Exception/LanguageException.php |
A base exception thrown in any language system operations. |
LanguageException.php |
file |
core/modules/language/src/Exception/LanguageException.php |
|
LanguageFallbackTest |
class |
core/modules/language/tests/src/Kernel/LanguageFallbackTest.php |
Tests the language fallback behavior. |
LanguageFallbackTest.php |
file |
core/modules/language/tests/src/Kernel/LanguageFallbackTest.php |
|
LanguageFallbackTest::setUp |
function |
core/modules/language/tests/src/Kernel/LanguageFallbackTest.php |
|
LanguageFallbackTest::testCandidates |
function |
core/modules/language/tests/src/Kernel/LanguageFallbackTest.php |
Tests language fallback candidates. |
LanguageField |
class |
core/modules/views/src/Plugin/views/field/LanguageField.php |
Defines a field handler to translate a language into its readable form. |
LanguageField.php |
file |
core/modules/views/src/Plugin/views/field/LanguageField.php |
|
LanguageField::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/field/LanguageField.php |
Default option form that provides label widget that all fields should have. |
LanguageField::defineOptions |
function |
core/modules/views/src/Plugin/views/field/LanguageField.php |
Information about options for all kinds of purposes will be held here. |
LanguageField::render |
function |
core/modules/views/src/Plugin/views/field/LanguageField.php |
Renders the field. |
LanguageFilter |
class |
core/modules/views/src/Plugin/views/filter/LanguageFilter.php |
Provides filtering by language. |
LanguageFilter.php |
file |
core/modules/views/src/Plugin/views/filter/LanguageFilter.php |
|
LanguageFilter::$languageManager |
property |
core/modules/views/src/Plugin/views/filter/LanguageFilter.php |
The language manager. |
LanguageFilter::access |
function |
core/modules/views/src/Plugin/views/filter/LanguageFilter.php |
Check whether given user has access to this handler. |
LanguageFilter::create |
function |
core/modules/views/src/Plugin/views/filter/LanguageFilter.php |
Creates an instance of the plugin. |
LanguageFilter::getValueOptions |
function |
core/modules/views/src/Plugin/views/filter/LanguageFilter.php |
Gets the value options. |
LanguageFilter::query |
function |
core/modules/views/src/Plugin/views/filter/LanguageFilter.php |
Add this filter to the query. |
LanguageFilter::__construct |
function |
core/modules/views/src/Plugin/views/filter/LanguageFilter.php |
Constructs a new LanguageFilter instance. |
LanguageFormatter |
class |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/LanguageFormatter.php |
Plugin implementation of the 'language' formatter. |
LanguageFormatter.php |
file |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/LanguageFormatter.php |
|
LanguageFormatter::$languageManager |
property |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/LanguageFormatter.php |
The language manager. |
LanguageFormatter::create |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/LanguageFormatter.php |
Creates an instance of the plugin. |
LanguageFormatter::defaultSettings |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/LanguageFormatter.php |
Defines the default settings for this plugin. |
LanguageFormatter::settingsForm |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/LanguageFormatter.php |
Returns a form to configure settings for the formatter. |
LanguageFormatter::settingsSummary |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/LanguageFormatter.php |
Returns a short summary for the current formatter settings. |
LanguageFormatter::viewValue |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/LanguageFormatter.php |
Generate the output appropriate for one field item. |
LanguageFormatter::__construct |
function |
core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/LanguageFormatter.php |
Constructs a LanguageFormatter instance. |
LanguageFormBase |
class |
core/modules/language/src/Form/LanguageFormBase.php |
Base form for language add and edit forms. |
LanguageFormBase.php |
file |
core/modules/language/src/Form/LanguageFormBase.php |
|
LanguageFormBase::$languageManager |
property |
core/modules/language/src/Form/LanguageFormBase.php |
The configurable language manager. |
LanguageFormBase::commonForm |
function |
core/modules/language/src/Form/LanguageFormBase.php |
Common elements of the language addition and editing form. |
LanguageFormBase::create |
function |
core/modules/language/src/Form/LanguageFormBase.php |
Instantiates a new instance of this class. |
LanguageFormBase::validateCommon |
function |
core/modules/language/src/Form/LanguageFormBase.php |
Validates the language editing element. |
LanguageFormBase::__construct |
function |
core/modules/language/src/Form/LanguageFormBase.php |
Constructs a ContentEntityForm object. |
LanguageHooks |
class |
core/modules/language/src/Hook/LanguageHooks.php |
Hook implementations for language. |
LanguageHooks.php |
file |
core/modules/language/src/Hook/LanguageHooks.php |
|
LanguageHooks::elementInfoAlter |
function |
core/modules/language/src/Hook/LanguageHooks.php |
Implements hook_element_info_alter(). |
LanguageHooks::entityBaseFieldInfoAlter |
function |
core/modules/language/src/Hook/LanguageHooks.php |
Implements hook_entity_base_field_info_alter(). |
LanguageHooks::entityBundleDelete |
function |
core/modules/language/src/Hook/LanguageHooks.php |
Implements hook_entity_bundle_delete(). |
LanguageHooks::entityFieldAccess |
function |
core/modules/language/src/Hook/LanguageHooks.php |
Implements hook_entity_field_access(). |