ConfigNamesMapperTest::testGetDeleteRouteName |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getDeleteRouteName(). |
ConfigNamesMapperTest::testGetDeleteRouteParameters |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getDeleteRouteParameters(). |
ConfigNamesMapperTest::testGetEditRoute |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getEditRoute(). |
ConfigNamesMapperTest::testGetEditRouteName |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getEditRouteName(). |
ConfigNamesMapperTest::testGetEditRouteParameters |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getEditRouteParameters(). |
ConfigNamesMapperTest::testGetLangcode |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getLangcode(). |
ConfigNamesMapperTest::testGetOperations |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::hasTranslation(). |
ConfigNamesMapperTest::testGetOverviewPath |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getOverviewPath(). |
ConfigNamesMapperTest::testGetOverviewRoute |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getOverviewRoute(). |
ConfigNamesMapperTest::testGetOverviewRouteName |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getOverviewRouteName(). |
ConfigNamesMapperTest::testGetOverviewRouteParameters |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getOverviewRouteParameters(). |
ConfigNamesMapperTest::testGetTitle |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getTitle(). |
ConfigNamesMapperTest::testGetTypeLabel |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getTypeLabel(). |
ConfigNamesMapperTest::testGetTypeName |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getTypeName(). |
ConfigNamesMapperTest::testGetWeight |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::getWeight(). |
ConfigNamesMapperTest::testHasSchema |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::hasSchema(). |
ConfigNamesMapperTest::testHasTranslatable |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::hasTranslatable(). |
ConfigNamesMapperTest::testHasTranslation |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::hasTranslation(). |
ConfigNamesMapperTest::testPopulateFromRouteMatch |
function |
core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php |
Tests ConfigNamesMapper::populateFromRouteMatch(). |
ConfigOtherModuleTest |
class |
core/modules/config/tests/src/Kernel/ConfigOtherModuleTest.php |
Tests default configuration provided by a module that does not own it. |
ConfigOtherModuleTest.php |
file |
core/modules/config/tests/src/Kernel/ConfigOtherModuleTest.php |
|
ConfigOtherModuleTest::getStorage |
function |
core/modules/config/tests/src/Kernel/ConfigOtherModuleTest.php |
Gets the provided entity type's storage. |
ConfigOtherModuleTest::installModule |
function |
core/modules/config/tests/src/Kernel/ConfigOtherModuleTest.php |
Installs a module. |
ConfigOtherModuleTest::testInstallConfigEntityModuleFirst |
function |
core/modules/config/tests/src/Kernel/ConfigOtherModuleTest.php |
Tests enabling the provider of the config entity type first. |
ConfigOtherModuleTest::testInstallOtherModuleFirst |
function |
core/modules/config/tests/src/Kernel/ConfigOtherModuleTest.php |
Tests enabling the provider of the default configuration first. |
ConfigOtherModuleTest::testUninstall |
function |
core/modules/config/tests/src/Kernel/ConfigOtherModuleTest.php |
Tests uninstalling Node module removes views which are dependent on it. |
ConfigOtherModuleTest::uninstallModule |
function |
core/modules/config/tests/src/Kernel/ConfigOtherModuleTest.php |
Uninstalls a module. |
ConfigOverrideIntegrationTestCacheContext |
class |
core/modules/config/tests/config_override_integration_test/src/Cache/ConfigOverrideIntegrationTestCacheContext.php |
A cache context service intended for the config override integration test. |
ConfigOverrideIntegrationTestCacheContext.php |
file |
core/modules/config/tests/config_override_integration_test/src/Cache/ConfigOverrideIntegrationTestCacheContext.php |
|
ConfigOverrideIntegrationTestCacheContext::getCacheableMetadata |
function |
core/modules/config/tests/config_override_integration_test/src/Cache/ConfigOverrideIntegrationTestCacheContext.php |
Gets the cacheability metadata for the context. |
ConfigOverrideIntegrationTestCacheContext::getContext |
function |
core/modules/config/tests/config_override_integration_test/src/Cache/ConfigOverrideIntegrationTestCacheContext.php |
Returns the string representation of the cache context. |
ConfigOverrideIntegrationTestCacheContext::getLabel |
function |
core/modules/config/tests/config_override_integration_test/src/Cache/ConfigOverrideIntegrationTestCacheContext.php |
Returns the label of the cache context. |
ConfigOverridesPriorityTest |
class |
core/tests/Drupal/KernelTests/Core/Config/ConfigOverridesPriorityTest.php |
Tests that config overrides are applied in the correct order. |
ConfigOverridesPriorityTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/ConfigOverridesPriorityTest.php |
|
ConfigOverridesPriorityTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/ConfigOverridesPriorityTest.php |
Modules to install. |
ConfigOverridesPriorityTest::testOverridePriorities |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigOverridesPriorityTest.php |
|
ConfigOverrideTest |
class |
core/tests/Drupal/KernelTests/Core/Config/ConfigOverrideTest.php |
Tests configuration overrides via $config in settings.php. |
ConfigOverrideTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/ConfigOverrideTest.php |
|
ConfigOverrideTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/ConfigOverrideTest.php |
Modules to install. |
ConfigOverrideTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigOverrideTest.php |
|
ConfigOverrideTest::testConfOverride |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigOverrideTest.php |
Tests configuration override. |
ConfigQueryTest |
class |
core/modules/config/tests/config_test/src/Entity/ConfigQueryTest.php |
Defines the ConfigQueryTest configuration entity used by the query test. |
ConfigQueryTest.php |
file |
core/modules/config/tests/config_test/src/Entity/ConfigQueryTest.php |
|
ConfigQueryTest::$array |
property |
core/modules/config/tests/config_test/src/Entity/ConfigQueryTest.php |
An array used by the wildcard tests. |
ConfigQueryTest::$number |
property |
core/modules/config/tests/config_test/src/Entity/ConfigQueryTest.php |
A number used by the sort tests. |
ConfigQueryTest::concatProtectedProperty |
function |
core/modules/config/tests/config_test/src/Entity/ConfigQueryTest.php |
Concatenates the two params and sets the protected property value. |
ConfigSchemaDeprecationTest |
class |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaDeprecationTest.php |
Tests config schema deprecation. |
ConfigSchemaDeprecationTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaDeprecationTest.php |
|
ConfigSchemaDeprecationTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaDeprecationTest.php |
Modules to install. |
ConfigSchemaDeprecationTest::testConfigSchemaDeprecation |
function |
core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaDeprecationTest.php |
Tests config schema deprecation. |