| EntityDefaultLanguageTest.php |
file |
core/modules/language/tests/src/Kernel/EntityDefaultLanguageTest.php |
|
| EntityDefaultLanguageTest::$modules |
property |
core/modules/language/tests/src/Kernel/EntityDefaultLanguageTest.php |
Modules to install. |
| EntityDefaultLanguageTest::createContentType |
function |
core/modules/language/tests/src/Kernel/EntityDefaultLanguageTest.php |
Creates a new node content type. |
| EntityDefaultLanguageTest::createNode |
function |
core/modules/language/tests/src/Kernel/EntityDefaultLanguageTest.php |
Creates a new node of given type and language using Entity API. |
| EntityDefaultLanguageTest::setUp |
function |
core/modules/language/tests/src/Kernel/EntityDefaultLanguageTest.php |
|
| EntityDefaultLanguageTest::testEntityTranslationDefaultLanguageViaCode |
function |
core/modules/language/tests/src/Kernel/EntityDefaultLanguageTest.php |
Tests that default language code is properly set for new nodes. |
| EntityDisplayRepository::$languageManager |
property |
core/lib/Drupal/Core/Entity/EntityDisplayRepository.php |
The language manager. |
| EntityField::$languageManager |
property |
core/modules/views/src/Plugin/views/field/EntityField.php |
The language manager. |
| EntityFieldManager::$languageManager |
property |
core/lib/Drupal/Core/Entity/EntityFieldManager.php |
The language manager. |
| EntityFieldManagerTest::$languageManager |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The language manager. |
| EntityFieldRenderer::getLanguageManager |
function |
core/modules/views/src/Entity/Render/EntityFieldRenderer.php |
Returns the language manager. |
| EntityInterface::language |
function |
core/lib/Drupal/Core/Entity/EntityInterface.php |
Gets the language of the entity. |
| EntityLanguageTestBase |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php |
Base class for language-aware entity tests. |
| EntityLanguageTestBase.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php |
|
| EntityLanguageTestBase::$fieldName |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php |
The test field name. |
| EntityLanguageTestBase::$langcodes |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php |
The available language codes. |
| EntityLanguageTestBase::$languageManager |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php |
The language manager service. |
| EntityLanguageTestBase::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php |
Modules to install. |
| EntityLanguageTestBase::$untranslatableFieldName |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php |
The untranslatable test field name. |
| EntityLanguageTestBase::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php |
|
| EntityLanguageTestBase::toggleFieldTranslatability |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php |
Toggles field storage translatability. |
| EntityLinkTest::$languageManager |
property |
core/tests/Drupal/Tests/Core/Entity/EntityLinkTest.php |
The mocked language manager. |
| EntityOperations::$languageManager |
property |
core/modules/views/src/Plugin/views/field/EntityOperations.php |
The language manager. |
| EntityOperations::getLanguageManager |
function |
core/modules/views/src/Plugin/views/field/EntityOperations.php |
Returns the language manager. |
| EntityOperationsUnitTest::$languageManager |
property |
core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php |
The language manager. |
| EntityReferenceFieldTranslatedReferenceViewTest::setUpLanguages |
function |
core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php |
Adds additional languages. |
| EntityRepository::$languageManager |
property |
core/lib/Drupal/Core/Entity/EntityRepository.php |
The language manager. |
| EntityRepository::getContentLanguageFromContexts |
function |
core/lib/Drupal/Core/Entity/EntityRepository.php |
Retrieves the current content language from the specified contexts. |
| EntityRepositoryTest::$languageManager |
property |
core/tests/Drupal/Tests/Core/Entity/EntityRepositoryTest.php |
The language manager. |
| EntityRepositoryTest::doTestLanguageFallback |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityRepositoryTest.php |
Check that language fallback is applied. |
| EntityRepositoryTest::getLanguageContexts |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityRepositoryTest.php |
Returns a set of language contexts matching the specified language. |
| EntityRow::$languageManager |
property |
core/modules/views/src/Plugin/views/row/EntityRow.php |
The language manager. |
| EntityRow::getLanguageManager |
function |
core/modules/views/src/Plugin/views/row/EntityRow.php |
Returns the language manager. |
| EntityTranslationFormTest::testEntityFormLanguage |
function |
core/modules/system/tests/src/Functional/Entity/EntityTranslationFormTest.php |
Tests entity form language. |
| EntityTranslationRenderTrait::getLanguageManager |
function |
core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php |
Returns the language manager. |
| EntityTranslationTest::doTestEntityLanguageMethods |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php |
Executes the entity language method tests for the given entity type. |
| EntityTranslationTest::doTestLanguageChange |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php |
Executes the entity language change test for the given entity type. |
| EntityTranslationTest::doTestLanguageFallback |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php |
Executes the language fallback test for the given entity type. |
| EntityTranslationTest::testEntityLanguageMethods |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php |
Tests language related methods of the Entity class. |
| EntityTranslationTest::testLanguageChange |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php |
Tests that changing entity language does not break field language. |
| EntityTranslationTest::testLanguageFallback |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php |
Tests language fallback applied to field and entity translations. |
| EntityTypeBundleInfo::$languageManager |
property |
core/lib/Drupal/Core/Entity/EntityTypeBundleInfo.php |
The language manager. |
| EntityTypeBundleInfoTest::$languageManager |
property |
core/tests/Drupal/Tests/Core/Entity/EntityTypeBundleInfoTest.php |
The language manager. |
| EntityTypeWithoutLanguageFormTest |
class |
core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php |
Tests entity type without language support. |
| EntityTypeWithoutLanguageFormTest.php |
file |
core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php |
|
| EntityTypeWithoutLanguageFormTest::$defaultTheme |
property |
core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php |
The theme to install as the default for testing. |
| EntityTypeWithoutLanguageFormTest::$modules |
property |
core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php |
Modules to install. |
| EntityTypeWithoutLanguageFormTest::setUp |
function |
core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php |
|
| EntityTypeWithoutLanguageFormTest::testEmptyLangcode |
function |
core/modules/language/tests/src/Functional/EntityTypeWithoutLanguageFormTest.php |
Tests configuration options with an entity without language definition. |
| EntityUnitTest::$languageManager |
property |
core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php |
The language manager. |