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 |
Modules to install. |
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 |
Check whether given user has access to this handler. |
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 |
Adds the extras to the join condition. |
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 |
Retrieves translations for a given language. |
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 |
Form constructor. |
FormTestLanguageSelectForm::getFormId |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestLanguageSelectForm.php |
Returns a unique string identifying the form. |
FormTestLanguageSelectForm::submitForm |
function |
core/modules/system/tests/modules/form_test/src/Form/FormTestLanguageSelectForm.php |
Form submission handler. |
GlossaryViewTest::testGlossaryLanguagePrefix |
function |
core/modules/views/tests/src/FunctionalJavascript/GlossaryViewTest.php |
Tests that the glossary also works on a language prefixed URL. |
HelpSearch::$languageManager |
property |
core/modules/help/src/Plugin/Search/HelpSearch.php |
The language manager. |