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
LanguageEditForm.php file core/modules/language/src/Form/LanguageEditForm.php
LanguageEditForm::actions function core/modules/language/src/Form/LanguageEditForm.php Returns an array of supported actions for the current entity form.
LanguageEditForm::form function core/modules/language/src/Form/LanguageEditForm.php Gets the actual form array to be built.
LanguageEditForm::getFormId function core/modules/language/src/Form/LanguageEditForm.php Returns a unique string identifying the form.
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

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