MigrateLanguageNegotiationSettingsTest.php |
file |
core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageNegotiationSettingsTest.php |
|
MigrateLanguageNegotiationSettingsTest.php |
file |
core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageNegotiationSettingsTest.php |
|
MigrateLanguageNegotiationSettingsTest::$modules |
property |
core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageNegotiationSettingsTest.php |
Modules to install. |
MigrateLanguageNegotiationSettingsTest::$modules |
property |
core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageNegotiationSettingsTest.php |
Modules to install. |
MigrateLanguageNegotiationSettingsTest::testLanguageNegotiationWithDefaultPathPrefix |
function |
core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageNegotiationSettingsTest.php |
Tests the migration with LANGUAGE_NEGOTIATION_PATH_DEFAULT. |
MigrateLanguageNegotiationSettingsTest::testLanguageNegotiationWithDomain |
function |
core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageNegotiationSettingsTest.php |
Tests the migration with LANGUAGE_NEGOTIATION_DOMAIN. |
MigrateLanguageNegotiationSettingsTest::testLanguageNegotiationWithDomain |
function |
core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageNegotiationSettingsTest.php |
Tests the migration with domain negotiation. |
MigrateLanguageNegotiationSettingsTest::testLanguageNegotiationWithNoNegotiation |
function |
core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageNegotiationSettingsTest.php |
Tests the migration with LANGUAGE_NEGOTIATION_NONE. |
MigrateLanguageNegotiationSettingsTest::testLanguageNegotiationWithNonExistentVariables |
function |
core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageNegotiationSettingsTest.php |
Tests the migration with non-existent variables. |
MigrateLanguageNegotiationSettingsTest::testLanguageNegotiationWithPathPrefix |
function |
core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageNegotiationSettingsTest.php |
Tests the migration with LANGUAGE_NEGOTIATION_PATH. |
MigrateLanguageNegotiationSettingsTest::testLanguageNegotiationWithPrefix |
function |
core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageNegotiationSettingsTest.php |
Tests the migration with prefix negotiation. |
MigrateLanguageNegotiationSettingsTest::testLanguageTypes |
function |
core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageNegotiationSettingsTest.php |
Tests migration of language types variables to language.types.yml. |
MigrateLanguageTest |
class |
core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageTest.php |
@group migrate_drupal_6 |
MigrateLanguageTest.php |
file |
core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageTest.php |
|
MigrateLanguageTest::$modules |
property |
core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageTest.php |
Modules to install. |
MigrateLanguageTest::assertLanguage |
function |
core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageTest.php |
Asserts various properties of a configurable language entity. |
MigrateLanguageTest::testLanguageMigration |
function |
core/modules/language/tests/src/Kernel/Migrate/d6/MigrateLanguageTest.php |
Tests migration of Drupal 6 languages to configurable language entities. |
MockAliasManager::$defaultLanguage |
property |
core/modules/system/src/Tests/Routing/MockAliasManager.php |
The language to assume a path alias is for if not specified. |
ModerationLocaleTest::testLanguageIndependentContentModeration |
function |
core/modules/content_moderation/tests/src/Functional/ModerationLocaleTest.php |
Tests that individual translations can be moderated independently. |
MultipleDistributionsProfileTest::setUpLanguage |
function |
core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php |
Installer step: Select language. |
NegotiationBrowserForm::$languageManager |
property |
core/modules/language/src/Form/NegotiationBrowserForm.php |
The configurable language manager. |
NegotiationBrowserForm::language_get_browser_drupal_langcode_mappings |
function |
core/modules/language/src/Form/NegotiationBrowserForm.php |
Retrieves the browser's langcode mapping configuration array. |
NegotiationConfigureForm::$languageManager |
property |
core/modules/language/src/Form/NegotiationConfigureForm.php |
The language manager. |
NegotiationConfigureForm::$languageTypes |
property |
core/modules/language/src/Form/NegotiationConfigureForm.php |
Stores the configuration object for language.types. |
NegotiationConfigureForm::disableLanguageSwitcher |
function |
core/modules/language/src/Form/NegotiationConfigureForm.php |
Disables the language switcher blocks. |
NegotiationUrlForm::$languageManager |
property |
core/modules/language/src/Form/NegotiationUrlForm.php |
The language manager. |
NodeAccessLanguageAwareCombinationTest |
class |
core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareCombinationTest.php |
Tests node access with multiple languages and two node access modules. |
NodeAccessLanguageAwareCombinationTest.php |
file |
core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareCombinationTest.php |
|
NodeAccessLanguageAwareCombinationTest::$adminUser |
property |
core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareCombinationTest.php |
User 1. |
NodeAccessLanguageAwareCombinationTest::$modules |
property |
core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareCombinationTest.php |
Enable language and two node access modules. |
NodeAccessLanguageAwareCombinationTest::$nodes |
property |
core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareCombinationTest.php |
A set of nodes to use in testing. |
NodeAccessLanguageAwareCombinationTest::$webUser |
property |
core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareCombinationTest.php |
A normal authenticated user. |
NodeAccessLanguageAwareCombinationTest::setUp |
function |
core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareCombinationTest.php |
|
NodeAccessLanguageAwareCombinationTest::testNodeAccessLanguageAwareCombination |
function |
core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareCombinationTest.php |
Tests node access and node access queries with multiple node languages. |
NodeAccessLanguageAwareTest |
class |
core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareTest.php |
Tests multilingual node access with a language-aware module. |
NodeAccessLanguageAwareTest.php |
file |
core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareTest.php |
|
NodeAccessLanguageAwareTest::$adminUser |
property |
core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareTest.php |
A user with permission to bypass access content. |
NodeAccessLanguageAwareTest::$modules |
property |
core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareTest.php |
Enable language and a language-aware node access module. |
NodeAccessLanguageAwareTest::$nodes |
property |
core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareTest.php |
A set of nodes to use in testing. |
NodeAccessLanguageAwareTest::$webUser |
property |
core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareTest.php |
A normal authenticated user. |
NodeAccessLanguageAwareTest::setUp |
function |
core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareTest.php |
|
NodeAccessLanguageAwareTest::testNodeAccessLanguageAware |
function |
core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareTest.php |
Tests node access and node access queries with multiple node languages. |
NodeAccessLanguageFallbackTest |
class |
core/modules/node/tests/src/Functional/NodeAccessLanguageFallbackTest.php |
Tests that the node_access system stores the proper fallback marker. |
NodeAccessLanguageFallbackTest.php |
file |
core/modules/node/tests/src/Functional/NodeAccessLanguageFallbackTest.php |
|
NodeAccessLanguageFallbackTest::$defaultTheme |
property |
core/modules/node/tests/src/Functional/NodeAccessLanguageFallbackTest.php |
The theme to install as the default for testing. |
NodeAccessLanguageFallbackTest::$modules |
property |
core/modules/node/tests/src/Functional/NodeAccessLanguageFallbackTest.php |
Enable language and a non-language-aware node access module. |
NodeAccessLanguageFallbackTest::checkRecords |
function |
core/modules/node/tests/src/Functional/NodeAccessLanguageFallbackTest.php |
Queries the node_access table and checks for proper storage. |
NodeAccessLanguageFallbackTest::setUp |
function |
core/modules/node/tests/src/Functional/NodeAccessLanguageFallbackTest.php |
|
NodeAccessLanguageFallbackTest::testNodeAccessLanguageFallback |
function |
core/modules/node/tests/src/Functional/NodeAccessLanguageFallbackTest.php |
Tests node access fallback handling with multiple node languages. |
NodeAccessLanguageTest |
class |
core/modules/node/tests/src/Kernel/NodeAccessLanguageTest.php |
Tests multilingual node access with a module that is not language-aware. |