| LocalActionManagerTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Menu/LocalActionManagerTest.php |
Modules to enable. |
| LocalActionManagerTest::$request |
property |
core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php |
The mocked request. |
| LocalActionManagerTest::$routeProvider |
property |
core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php |
The mocked router provider. |
| LocalActionManagerTest::getActionsForRouteProvider |
function |
core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php |
|
| LocalActionManagerTest::setUp |
function |
core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php |
|
| LocalActionManagerTest::testCacheability |
function |
core/tests/Drupal/KernelTests/Core/Menu/LocalActionManagerTest.php |
Tests the cacheability of local actions. |
| LocalActionManagerTest::testControllerResolverDeprecation |
function |
core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php |
@expectedDeprecation Using the 'controller_resolver' service as the first argument is deprecated, use the 'http_kernel.controller.argument_resolver' instead. If your subclass requires the 'controller_resolver' service add… |
| LocalActionManagerTest::testGetActionsForRoute |
function |
core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php |
@covers ::getActionsForRoute[[api-linebreak]] |
| LocalActionManagerTest::testGetTitle |
function |
core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php |
@covers ::getTitle[[api-linebreak]] |
| LocalActionsAndTasksConvertedIntoBlocksUpdateTest |
class |
core/modules/system/tests/src/Functional/Update/LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php |
Tests the upgrade path for local actions/tasks being converted into blocks. |
| LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php |
file |
core/modules/system/tests/src/Functional/Update/LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php |
|
| LocalActionsAndTasksConvertedIntoBlocksUpdateTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Update/LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php |
The theme to install as the default for testing. |
| LocalActionsAndTasksConvertedIntoBlocksUpdateTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php |
Set database dump files to be used. |
| LocalActionsAndTasksConvertedIntoBlocksUpdateTest::setUp |
function |
core/modules/system/tests/src/Functional/Update/LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php |
Overrides WebTestBase::setUp() for update testing. |
| LocalActionsAndTasksConvertedIntoBlocksUpdateTest::testUpdateHookN |
function |
core/modules/system/tests/src/Functional/Update/LocalActionsAndTasksConvertedIntoBlocksUpdateTest.php |
Tests that local actions/tasks are being converted into blocks. |
| LocalActionTest |
class |
core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalActionTest.php |
Test derivative to check local action title escaping. |
| LocalActionTest |
class |
core/modules/system/tests/src/Functional/Menu/LocalActionTest.php |
Tests local actions derived from router and added/altered via hooks. |
| LocalActionTest.php |
file |
core/modules/system/tests/src/Functional/Menu/LocalActionTest.php |
|
| LocalActionTest.php |
file |
core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalActionTest.php |
|
| LocalActionTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Menu/LocalActionTest.php |
The theme to install as the default for testing. |
| LocalActionTest::$modules |
property |
core/modules/system/tests/src/Functional/Menu/LocalActionTest.php |
Modules to enable. |
| LocalActionTest::assertLocalAction |
function |
core/modules/system/tests/src/Functional/Menu/LocalActionTest.php |
Asserts local actions in the page output. |
| LocalActionTest::getDerivativeDefinitions |
function |
core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalActionTest.php |
Gets the definition of all derivatives of a base plugin. |
| LocalActionTest::setUp |
function |
core/modules/system/tests/src/Functional/Menu/LocalActionTest.php |
|
| LocalActionTest::testLocalAction |
function |
core/modules/system/tests/src/Functional/Menu/LocalActionTest.php |
Tests appearance of local actions. |
| locale-test-tokenized.html.twig |
file |
core/modules/locale/tests/modules/locale_test/templates/locale-test-tokenized.html.twig |
{{ content }} |
| LocaleBuildTest |
class |
core/modules/locale/tests/src/Kernel/LocaleBuildTest.php |
Tests building the translatable project information. |
| LocaleBuildTest.php |
file |
core/modules/locale/tests/src/Kernel/LocaleBuildTest.php |
|
| LocaleBuildTest::$modules |
property |
core/modules/locale/tests/src/Kernel/LocaleBuildTest.php |
Modules to enable. |
| LocaleBuildTest::testBuildProjects |
function |
core/modules/locale/tests/src/Kernel/LocaleBuildTest.php |
Checks if a list of translatable projects gets built. |
| LocaleConfigManager::translateString |
function |
core/modules/locale/src/LocaleConfigManager.php |
Translates string using the localization system. |
| LocaleConfigManagerTest |
class |
core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php |
Tests that the locale config manager operates correctly. |
| LocaleConfigManagerTest.php |
file |
core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php |
|
| LocaleConfigManagerTest::$modules |
property |
core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php |
A list of modules to install for this test. |
| LocaleConfigManagerTest::$strictConfigSchema |
property |
core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php |
This test creates simple config on the fly breaking schema checking. |
| LocaleConfigManagerTest::testGetDefaultConfigLangcode |
function |
core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php |
Tests getDefaultConfigLangcode(). |
| LocaleConfigManagerTest::testGetStringTranslation |
function |
core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php |
Tests getStringTranslation(). |
| LocaleConfigManagerTest::testHasTranslation |
function |
core/modules/locale/tests/src/Kernel/LocaleConfigManagerTest.php |
Tests hasTranslation(). |
| LocaleConfigSubscriberForeignTest |
class |
core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php |
Tests default configuration handling with a foreign default language. |
| LocaleConfigSubscriberForeignTest.php |
file |
core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php |
|
| LocaleConfigSubscriberForeignTest::register |
function |
core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php |
Registers test-specific services. |
| LocaleConfigSubscriberForeignTest::saveLanguageActive |
function |
core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php |
Saves a language override. |
| LocaleConfigSubscriberForeignTest::setUpLanguages |
function |
core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php |
Sets up languages needed for this test. |
| LocaleConfigSubscriberForeignTest::setUpLocale |
function |
core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php |
Sets up the locale storage strings to be in line with configuration. |
| LocaleConfigSubscriberForeignTest::testCreateActiveTranslation |
function |
core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php |
Tests creating translations of shipped configuration. |
| LocaleConfigSubscriberForeignTest::testDefaultConfigLanguage |
function |
core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php |
Tests that the language of default configuration was updated. |
| LocaleConfigSubscriberForeignTest::testDeleteActiveTranslation |
function |
core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php |
Tests deleting translations of shipped configuration. |
| LocaleConfigSubscriberForeignTest::testDeleteTranslation |
function |
core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php |
Tests deleting a translation override. |
| LocaleConfigSubscriberForeignTest::testEnglish |
function |
core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php |
Tests that adding English creates a translation override. |
| LocaleConfigSubscriberForeignTest::testLocaleCreateActiveTranslation |
function |
core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php |
Tests importing community translations of shipped configuration. |