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
EntityUrlLanguageTest class core/modules/language/tests/src/Kernel/EntityUrlLanguageTest.php Tests the language of entity URLs.
@group language
EntityUrlLanguageTest.php file core/modules/language/tests/src/Kernel/EntityUrlLanguageTest.php
EntityUrlLanguageTest::$entity property core/modules/language/tests/src/Kernel/EntityUrlLanguageTest.php The entity being used for testing.
EntityUrlLanguageTest::$modules property core/modules/language/tests/src/Kernel/EntityUrlLanguageTest.php
EntityUrlLanguageTest::createTranslatableEntity function core/modules/language/tests/src/Kernel/EntityUrlLanguageTest.php Creates a translated entity.
EntityUrlLanguageTest::setCurrentRequestForRoute function core/modules/language/tests/src/Kernel/EntityUrlLanguageTest.php Sets the current request to a specific path with the corresponding route.
EntityUrlLanguageTest::setUp function core/modules/language/tests/src/Kernel/EntityUrlLanguageTest.php
EntityUrlLanguageTest::testEntityUrlLanguage function core/modules/language/tests/src/Kernel/EntityUrlLanguageTest.php Ensures that entity URLs in a language have the right language prefix.
EntityUrlLanguageTest::testEntityUrlLanguageWithLanguageContentEnabled function core/modules/language/tests/src/Kernel/EntityUrlLanguageTest.php Ensures correct entity URLs with the method language-content-entity enabled.
EntityUuidConverter::$languageManager property core/modules/jsonapi/src/ParamConverter/EntityUuidConverter.php The language manager.
EntityUuidConverter::setLanguageManager function core/modules/jsonapi/src/ParamConverter/EntityUuidConverter.php Injects the language manager.
EntityViewBuilder::$languageManager property core/lib/Drupal/Core/Entity/EntityViewBuilder.php The language manager.
EntityViewsData::processViewsDataForLanguage function core/modules/views/src/EntityViewsData.php Processes the views data for a language field.
EntityViewsDataTest::assertLanguageField function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests views data for a language field.
ExportForm::$languageManager property core/modules/locale/src/Form/ExportForm.php The language manager.
FieldableEntity::getEntityTranslationSourceLanguage function core/modules/migrate_drupal/src/Plugin/migrate/source/d7/FieldableEntity.php Gets an entity source language from the 'entity_translation' table.
FieldLanguage class core/modules/views/src/Plugin/views/field/FieldLanguage.php Displays the language of an entity.
FieldLanguage.php file core/modules/views/src/Plugin/views/field/FieldLanguage.php
FieldLanguage::access function core/modules/views/src/Plugin/views/field/FieldLanguage.php
FieldLanguageTest class core/modules/language/tests/src/Kernel/Views/FieldLanguageTest.php Tests the field language handler.
FieldLanguageTest.php file core/modules/language/tests/src/Kernel/Views/FieldLanguageTest.php
FieldLanguageTest::$testViews property core/modules/language/tests/src/Kernel/Views/FieldLanguageTest.php Views used by this test.
FieldLanguageTest::testField function core/modules/language/tests/src/Kernel/Views/FieldLanguageTest.php Tests the language field.
FieldOrLanguageJoin class core/modules/views/src/Plugin/views/join/FieldOrLanguageJoin.php Implementation for the "field OR language" join.
FieldOrLanguageJoin.php file core/modules/views/src/Plugin/views/join/FieldOrLanguageJoin.php
FieldOrLanguageJoin::joinAddExtra function core/modules/views/src/Plugin/views/join/FieldOrLanguageJoin.php
FieldOrLanguageJoinTest class core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php Tests the "field OR language" join plugin.
FieldOrLanguageJoinTest.php file core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php
FieldOrLanguageJoinTest::$manager property core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php A plugin manager which handlers the instances of joins.
FieldOrLanguageJoinTest::$pluginId property core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php
FieldOrLanguageJoinTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php
FieldOrLanguageJoinTest::buildJoin function core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php Builds a join using the given configuration.
FieldOrLanguageJoinTest::setUp function core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php
FieldOrLanguageJoinTest::testBase function core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php Tests base join functionality.
FieldOrLanguageJoinTest::testLanguageBundleConditions function core/modules/views/tests/src/Kernel/Plugin/FieldOrLanguageJoinTest.php Tests the adding of conditions by the join plugin.
FieldTest::$languageManager property core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php The mocked language manager.
FieldTest::setupLanguageRenderer function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php Setup the mock data needed to make language renderers work.
FileTranslation::getLanguage function core/lib/Drupal/Core/StringTranslation/Translator/FileTranslation.php
FilterInterface::TYPE_MARKUP_LANGUAGE constant core/modules/filter/src/Plugin/FilterInterface.php Non-HTML markup language filters that generate HTML.
FilterLanguageTest class core/modules/language/tests/src/Kernel/Views/FilterLanguageTest.php Tests the filter language handler.
FilterLanguageTest.php file core/modules/language/tests/src/Kernel/Views/FilterLanguageTest.php
FilterLanguageTest::$testViews property core/modules/language/tests/src/Kernel/Views/FilterLanguageTest.php Views used by this test.
FilterLanguageTest::testFilter function core/modules/language/tests/src/Kernel/Views/FilterLanguageTest.php Tests the language filter.
FinishResponseSubscriberTest::$languageManager property core/tests/Drupal/Tests/Core/EventSubscriber/FinishResponseSubscriberTest.php The mock language manager.
FormTestLanguageSelectForm class core/modules/system/tests/modules/form_test/src/Form/FormTestLanguageSelectForm.php Builds a form to test the language select form element.
FormTestLanguageSelectForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestLanguageSelectForm.php
FormTestLanguageSelectForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestLanguageSelectForm.php
FormTestLanguageSelectForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestLanguageSelectForm.php
FormTestLanguageSelectForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestLanguageSelectForm.php
GlossaryViewTest::testGlossaryLanguagePrefix function core/modules/views/tests/src/FunctionalJavascript/GlossaryViewTest.php Tests that the glossary also works on a language prefixed URL.

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