Request::$languages |
property |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php |
|
LanguageSwitchingTest |
class |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageSwitchingTest.php |
Functional tests for the language switching feature. |
Request::getLanguages |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php |
Gets a list of languages acceptable by the client browser. |
field_content_languages |
function |
drupal/core/modules/field/field.multilingual.inc |
Returns available content language codes. |
LanguageSwitchingTest.php |
file |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageSwitchingTest.php |
Definition of Drupal\language\Tests\LanguageSwitchingTest. |
LanguageSelectElementTest |
class |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/LanguageSelectElementTest.php |
Functional tests for the language select form element. |
field_available_languages |
function |
drupal/core/modules/field/field.multilingual.inc |
Collects the available language codes for the given entity type and field. |
LanguageManager::$languages |
property |
drupal/core/lib/Drupal/Core/Language/LanguageManager.php |
An array of language objects keyed by language type. |
LanguageSwitchingTest::setUp |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageSwitchingTest.php |
Sets up a Drupal site for running functional and integration tests. |
RequestTest::testGetLanguages |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php |
|
LanguageSelectElementTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/LanguageSelectElementTest.php |
Definition of Drupal\system\Tests\Form\LanguageSelectElementTest. |
PathProcessorTest::$languages |
property |
drupal/core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorTest.php |
|
LanguageSwitchingTest::getInfo |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageSwitchingTest.php |
|
ViewUI::getTranslationLanguages |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php |
Implements \Drupal\Core\TypedData\TranslatableInterface::getTranslationLanguages(). |
LanguageSwitchingTest::$modules |
property |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageSwitchingTest.php |
Modules to enable. |
Entity::getTranslationLanguages |
function |
drupal/core/lib/Drupal/Core/Entity/Entity.php |
Implements \Drupal\Core\TypedData\TranslatableInterface::getTranslationLanguages(). |
language_default_locked_languages |
function |
drupal/core/includes/bootstrap.inc |
Returns a list of the default locked languages. |
SearchLanguageTest::testLanguages |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchLanguageTest.php |
|
EntityNG::getTranslationLanguages |
function |
drupal/core/lib/Drupal/Core/Entity/EntityNG.php |
Implements \Drupal\Core\TypedData\TranslatableInterface::getTranslationLanguages(). |
PathProcessorLanguage::$languages |
property |
drupal/core/modules/language/lib/Drupal/language/HttpKernel/PathProcessorLanguage.php |
An array of enabled languages. |
LanguageSelectElementTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/LanguageSelectElementTest.php |
|
LanguageSelectElementTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/LanguageSelectElementTest.php |
Modules to enable. |
LanguageListTest::testLanguageStates |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageListTest.php |
Functional tests for the language states (locked or configurable). |
hook_field_available_languages_alter |
function |
drupal/core/modules/field/field.api.php |
Alter field_available_languages() values. |
LanguageValidatorTest::getValidLanguages |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/LanguageValidatorTest.php |
|
LanguageSwitchingTest::testLanguageBlock |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageSwitchingTest.php |
Functional tests for the language switcher block. |
TranslationTest::testLanguageSwitchLinks |
function |
drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php |
Checks that the language switch links behave properly. |
LanguageValidatorTest::testValidLanguages |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/LanguageValidatorTest.php |
@dataProvider getValidLanguages |
EntityTranslationTestBase::setupLanguages |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationTestBase.php |
Enables additional languages. |
LanguageValidatorTest::getInvalidLanguages |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/LanguageValidatorTest.php |
|
EasyRdf_Parser_Turtle::isLanguageStartChar |
function |
drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Turtle.php |
@ignore |
field_test_field_available_languages_alter |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.module |
Implements hook_field_available_languages_alter(). |
EntityBCDecorator::getTranslationLanguages |
function |
drupal/core/lib/Drupal/Core/Entity/EntityBCDecorator.php |
Forwards the call to the decorated entity. |
TranslationTest::assertLanguageSwitchLinks |
function |
drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php |
Tests whether the specified language switch links are found. |
locale_translation_status_delete_languages |
function |
drupal/core/modules/locale/locale.module |
Delete language entries from the status cache. |
LanguageValidatorTest::testInvalidLanguages |
function |
drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/LanguageValidatorTest.php |
@dataProvider getInvalidLanguages |
TranslationTest::testFieldAvailableLanguages |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php |
Ensures that only valid values are returned by field_available_languages(). |
EntityTranslationUITest::$testLanguageSelector |
property |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php |
Whether the behavior of the language selector should be tested. |
TranslatableInterface::getTranslationLanguages |
function |
drupal/core/lib/Drupal/Core/TypedData/TranslatableInterface.php |
Returns the languages the data is translated to. |
LanguageSwitchingTest::testLanguageLinkActiveClass |
function |
drupal/core/modules/language/lib/Drupal/language/Tests/LanguageSwitchingTest.php |
Test active class on links when switching languages. |
TranslationTest::testLanguageSwitcherBlockIntegration |
function |
drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php |
Tests that the language switcher block alterations work as intended. |
LanguageSelectElementTest::testHiddenLanguageSelectElement |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/LanguageSelectElementTest.php |
Tests the case when the language select elements should not be printed. |
LanguageSelectElementTest::testLanguageSelectElementOptions |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/LanguageSelectElementTest.php |
Tests that the options printed by the language select element are correct. |
LanguageSelectElementTest::_testLanguageSelectElementOptions |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Form/LanguageSelectElementTest.php |
Helper function to check the options of a language select form element. |