ConfigLanguageOverrideWebTest::testSiteNameTranslation |
function |
core/modules/config/tests/src/Functional/ConfigLanguageOverrideWebTest.php |
Tests translating the site name. |
ConfigLocalTasksTest |
class |
core/modules/config/tests/src/Unit/Menu/ConfigLocalTasksTest.php |
Tests existence of config local tasks. |
ConfigLocalTasksTest.php |
file |
core/modules/config/tests/src/Unit/Menu/ConfigLocalTasksTest.php |
|
ConfigLocalTasksTest::getConfigAdminRoutes |
function |
core/modules/config/tests/src/Unit/Menu/ConfigLocalTasksTest.php |
Provides a list of routes to test. |
ConfigLocalTasksTest::setUp |
function |
core/modules/config/tests/src/Unit/Menu/ConfigLocalTasksTest.php |
|
ConfigLocalTasksTest::testConfigAdminLocalTasks |
function |
core/modules/config/tests/src/Unit/Menu/ConfigLocalTasksTest.php |
Tests config local tasks existence. |
ConfigMapperManagerTest |
class |
core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php |
Tests the functionality provided by configuration translation mapper manager. |
ConfigMapperManagerTest.php |
file |
core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php |
|
ConfigMapperManagerTest::$configMapperManager |
property |
core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php |
The configuration mapper manager to test. |
ConfigMapperManagerTest::$typedConfigManager |
property |
core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php |
The typed configuration manager used for testing. |
ConfigMapperManagerTest::getElement |
function |
core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php |
Returns a mocked schema element. |
ConfigMapperManagerTest::getNestedElement |
function |
core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php |
Returns a mocked nested schema element. |
ConfigMapperManagerTest::providerTestHasTranslatable |
function |
core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php |
Provides data for ConfigMapperManager::testHasTranslatable() |
ConfigMapperManagerTest::setUp |
function |
core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php |
|
ConfigMapperManagerTest::testHasTranslatable |
function |
core/modules/config_translation/tests/src/Unit/ConfigMapperManagerTest.php |
Tests ConfigMapperManager::hasTranslatable(). |
ConfigMapperTest |
class |
core/modules/config_translation/tests/src/Kernel/ConfigMapperTest.php |
Tests config mapper. |
ConfigMapperTest.php |
file |
core/modules/config_translation/tests/src/Kernel/ConfigMapperTest.php |
|
ConfigMapperTest::$modules |
property |
core/modules/config_translation/tests/src/Kernel/ConfigMapperTest.php |
Modules to install. |
ConfigMapperTest::testAddingConfigNames |
function |
core/modules/config_translation/tests/src/Kernel/ConfigMapperTest.php |
Tests adding config names to mapper. |
ConfigModuleOverridesTest |
class |
core/tests/Drupal/KernelTests/Core/Config/ConfigModuleOverridesTest.php |
Tests module overrides of configuration using event subscribers. |
ConfigModuleOverridesTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/ConfigModuleOverridesTest.php |
|
ConfigModuleOverridesTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/ConfigModuleOverridesTest.php |
Modules to install. |
ConfigModuleOverridesTest::testSimpleModuleOverrides |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigModuleOverridesTest.php |
|
ConfigNamesMapperTest |
class |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests the functionality provided by the configuration names mapper. |
ConfigNamesMapperTest.php |
file |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
|
ConfigNamesMapperTest::$baseRoute |
property |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
The base route used for testing. |
ConfigNamesMapperTest::$configMapperManager |
property |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
The configuration mapper manager. |
ConfigNamesMapperTest::$configNamesMapper |
property |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
The configuration names mapper to test. |
ConfigNamesMapperTest::$eventDispatcher |
property |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
The mocked event dispatcher. |
ConfigNamesMapperTest::$languageManager |
property |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
The mocked language manager. |
ConfigNamesMapperTest::$localeConfigManager |
property |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
The locale configuration manager. |
ConfigNamesMapperTest::$pluginDefinition |
property |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
The plugin definition of the test mapper. |
ConfigNamesMapperTest::$routeProvider |
property |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
The route provider used for testing. |
ConfigNamesMapperTest::$typedConfigManager |
property |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
The typed configuration manager. |
ConfigNamesMapperTest::$urlGenerator |
property |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
The mocked URL generator. |
ConfigNamesMapperTest::providerTestHasSchema |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Provides data for ConfigMapperTest::testHasSchema(). |
ConfigNamesMapperTest::providerTestHasTranslatable |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Provides data for ConfigNamesMapperTest::testHasTranslatable(). |
ConfigNamesMapperTest::providerTestHasTranslation |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Provides data for ConfigNamesMapperTest::testHasTranslation(). |
ConfigNamesMapperTest::setUp |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
|
ConfigNamesMapperTest::testAddConfigName |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::addConfigName(). |
ConfigNamesMapperTest::testGetAddRoute |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getAddRoute(). |
ConfigNamesMapperTest::testGetAddRouteName |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getAddRouteName(). |
ConfigNamesMapperTest::testGetAddRouteParameters |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getAddRouteParameters(). |
ConfigNamesMapperTest::testGetBasePath |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getBasePath(). |
ConfigNamesMapperTest::testGetBaseRoute |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getBaseRoute(). |
ConfigNamesMapperTest::testGetBaseRouteName |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getBaseRouteName(). |
ConfigNamesMapperTest::testGetBaseRouteParameters |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getBaseRouteParameters(). |
ConfigNamesMapperTest::testGetConfigData |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getConfigData(). |
ConfigNamesMapperTest::testGetConfigNames |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getConfigNames(). |
ConfigNamesMapperTest::testGetDeleteRoute |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getRoute(). |