Search for language

  1. Search 7.x for language
  2. Search 8.9.x for language
  3. Search 10.3.x for language
  4. Search 11.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/modules/ckeditor/src/Plugin/CKEditorPlugin/Language.php Defines the "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
LanguageServiceProvider::CONFIG_PREFIX constant core/modules/language/src/LanguageServiceProvider.php
LanguageServiceProvider::getDefaultLanguageValues function core/modules/language/src/LanguageServiceProvider.php Gets the default language values.
LanguageServiceProvider::isMultilingual function core/modules/language/src/LanguageServiceProvider.php Checks whether the site is multilingual.
LanguageServiceProvider::register function core/modules/language/src/LanguageServiceProvider.php Registers services to the container.
LanguageSwitcherInterface interface core/modules/language/src/LanguageSwitcherInterface.php Interface for language switcher classes.
LanguageSwitcherInterface.php file core/modules/language/src/LanguageSwitcherInterface.php
LanguageSwitcherInterface::getLanguageSwitchLinks function core/modules/language/src/LanguageSwitcherInterface.php Returns language switch links.
LanguageSwitchingTest class core/modules/language/tests/src/Functional/LanguageSwitchingTest.php Functional tests for the language switching feature.
LanguageSwitchingTest.php file core/modules/language/tests/src/Functional/LanguageSwitchingTest.php
LanguageSwitchingTest::$defaultTheme property core/modules/language/tests/src/Functional/LanguageSwitchingTest.php The theme to install as the default for testing.
LanguageSwitchingTest::$modules property core/modules/language/tests/src/Functional/LanguageSwitchingTest.php Modules to enable.
LanguageSwitchingTest::assertLinkMarkup function core/modules/language/tests/src/Functional/LanguageSwitchingTest.php Asserts that restricted text is or is not present in the page response.
LanguageSwitchingTest::doTestLanguageBlock404 function core/modules/language/tests/src/Functional/LanguageSwitchingTest.php Tests the language switcher block on 404 pages.
LanguageSwitchingTest::doTestLanguageBlockAnonymous function core/modules/language/tests/src/Functional/LanguageSwitchingTest.php For anonymous users, the "active" class is set by PHP.
LanguageSwitchingTest::doTestLanguageBlockAuthenticated function core/modules/language/tests/src/Functional/LanguageSwitchingTest.php For authenticated users, the "active" class is set by JavaScript.
LanguageSwitchingTest::doTestLanguageLinkActiveClassAnonymous function core/modules/language/tests/src/Functional/LanguageSwitchingTest.php For anonymous users, the "active" class is set by PHP.
LanguageSwitchingTest::doTestLanguageLinkActiveClassAuthenticated function core/modules/language/tests/src/Functional/LanguageSwitchingTest.php For authenticated users, the "active" class is set by JavaScript.
LanguageSwitchingTest::saveNativeLanguageName function core/modules/language/tests/src/Functional/LanguageSwitchingTest.php Saves the native name of a language entity in configuration as a label.
LanguageSwitchingTest::setUp function core/modules/language/tests/src/Functional/LanguageSwitchingTest.php
LanguageSwitchingTest::testLanguageBlock function core/modules/language/tests/src/Functional/LanguageSwitchingTest.php Functional tests for the language switcher block.
LanguageSwitchingTest::testLanguageBlockWithDomain function core/modules/language/tests/src/Functional/LanguageSwitchingTest.php Tests language switcher links for domain based negotiation.
LanguageSwitchingTest::testLanguageBodyClass function core/modules/language/tests/src/Functional/LanguageSwitchingTest.php Check the path-admin class, as same as on default language.
LanguageSwitchingTest::testLanguageLinkActiveClass function core/modules/language/tests/src/Functional/LanguageSwitchingTest.php Tests active class on links when switching languages.
LanguageSwitchingTest::testLanguageSessionSwitchLinks function core/modules/language/tests/src/Functional/LanguageSwitchingTest.php Tests language switcher links for session based negotiation.
LanguageSwitchingTest::testRestrictedPaths function core/modules/language/tests/src/Functional/LanguageSwitchingTest.php Test that the language switching block does not expose restricted paths.
LanguageTest class core/modules/ckeditor5/tests/src/FunctionalJavascript/LanguageTest.php Tests for CKEditor 5 UI translations.
LanguageTest class core/modules/ckeditor5/tests/src/Kernel/LanguageTest.php Tests language resolving for CKEditor 5.
LanguageTest class core/modules/ckeditor/tests/src/Unit/Plugin/CKEditorPlugin/LanguageTest.php @coversDefaultClass \Drupal\ckeditor\Plugin\CKEditorPlugin\Language
LanguageTest class core/modules/language/tests/src/Kernel/Plugin/migrate/source/LanguageTest.php Tests the language source plugin.
LanguageTest.php file core/modules/language/tests/src/Kernel/Plugin/migrate/source/LanguageTest.php
LanguageTest.php file core/modules/ckeditor5/tests/src/FunctionalJavascript/LanguageTest.php
LanguageTest.php file core/modules/ckeditor5/tests/src/Kernel/LanguageTest.php
LanguageTest.php file core/modules/ckeditor/tests/src/Unit/Plugin/CKEditorPlugin/LanguageTest.php
LanguageTest::$ckeditor5 property core/modules/ckeditor5/tests/src/Kernel/LanguageTest.php The CKEditor 5 plugin.
LanguageTest::$modules property core/modules/ckeditor5/tests/src/FunctionalJavascript/LanguageTest.php Modules to enable.
LanguageTest::$modules property core/modules/ckeditor5/tests/src/Kernel/LanguageTest.php Modules to enable.
LanguageTest::$modules property core/modules/language/tests/src/Kernel/Plugin/migrate/source/LanguageTest.php Modules to enable.
LanguageTest::$plugin property core/modules/ckeditor/tests/src/Unit/Plugin/CKEditorPlugin/LanguageTest.php The plugin under test.
LanguageTest::provider function core/modules/ckeditor5/tests/src/FunctionalJavascript/LanguageTest.php Data provider for ensuring CKEditor 5 UI translations are loaded.
LanguageTest::provider function core/modules/ckeditor5/tests/src/Kernel/LanguageTest.php Provides a list of language code pairs.
LanguageTest::providerGetConfig function core/modules/ckeditor/tests/src/Unit/Plugin/CKEditorPlugin/LanguageTest.php Provides a list of configs to test.
LanguageTest::providerSource function core/modules/language/tests/src/Kernel/Plugin/migrate/source/LanguageTest.php The data provider.
LanguageTest::setUp function core/modules/ckeditor5/tests/src/Kernel/LanguageTest.php
LanguageTest::setUp function core/modules/ckeditor/tests/src/Unit/Plugin/CKEditorPlugin/LanguageTest.php
LanguageTest::test function core/modules/ckeditor5/tests/src/FunctionalJavascript/LanguageTest.php Integration test to ensure that CKEditor 5 UI translations are loaded.
LanguageTest::test function core/modules/ckeditor5/tests/src/Kernel/LanguageTest.php Ensure that languages are resolved correctly.
LanguageTest::testGetConfig function core/modules/ckeditor/tests/src/Unit/Plugin/CKEditorPlugin/LanguageTest.php @covers ::getConfig
LanguageTestBase class core/modules/language/tests/src/Kernel/LanguageTestBase.php Test for dependency injected language object.
LanguageTestBase class core/modules/language/tests/src/Kernel/Views/LanguageTestBase.php Defines the base class for all Language handler tests.
LanguageTestBase.php file core/modules/language/tests/src/Kernel/Views/LanguageTestBase.php

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