| LazyContextRepositoryTest::setupContextAndProvider |
function |
core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php |
Sets up contexts and context providers. |
| LazyContextRepositoryTest::testGetAvailableContexts |
function |
core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php |
Tests get available contexts. |
| LazyContextRepositoryTest::testGetRuntimeContextsSingle |
function |
core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php |
Tests get runtime contexts single. |
| LazyContextRepositoryTest::testGetRuntimeMultipleContextProviders |
function |
core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php |
Tests get runtime multiple context providers. |
| LazyContextRepositoryTest::testGetRuntimeMultipleContextsPerService |
function |
core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php |
Tests get runtime multiple contexts per service. |
| LazyContextRepositoryTest::testGetRuntimeStaticCache |
function |
core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php |
Tests get runtime static cache. |
| LazyContextRepositoryTest::testInvalidContextId |
function |
core/tests/Drupal/Tests/Core/Plugin/Context/LazyContextRepositoryTest.php |
Tests invalid context id. |
| LazyPluginCollectionTestBase |
class |
core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php |
Provides a base class for plugin collection tests. |
| LazyPluginCollectionTestBase.php |
file |
core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php |
|
| LazyPluginCollectionTestBase::$config |
property |
core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php |
Contains the plugin configuration. |
| LazyPluginCollectionTestBase::$defaultPluginCollection |
property |
core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php |
The tested plugin collection. |
| LazyPluginCollectionTestBase::$pluginInstances |
property |
core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php |
Stores all setup plugin instances. |
| LazyPluginCollectionTestBase::$pluginManager |
property |
core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php |
The mocked plugin manager. |
| LazyPluginCollectionTestBase::getPluginDefinitions |
function |
core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php |
Returns some example plugin definitions. |
| LazyPluginCollectionTestBase::getPluginMock |
function |
core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php |
Returns a mocked plugin object. |
| LazyPluginCollectionTestBase::returnPluginMap |
function |
core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php |
Return callback for createInstance. |
| LazyPluginCollectionTestBase::setUp |
function |
core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php |
|
| LazyPluginCollectionTestBase::setupPluginCollection |
function |
core/tests/Drupal/Tests/Core/Plugin/LazyPluginCollectionTestBase.php |
Sets up the default plugin collection. |
| LazyRouteCollectionTest |
class |
core/tests/Drupal/Tests/Core/Routing/LazyRouteCollectionTest.php |
Tests Drupal\Core\Routing\LazyRouteCollection. |
| LazyRouteCollectionTest.php |
file |
core/tests/Drupal/Tests/Core/Routing/LazyRouteCollectionTest.php |
|
| LazyRouteCollectionTest::$routeProvider |
property |
core/tests/Drupal/Tests/Core/Routing/LazyRouteCollectionTest.php |
The route provider. |
| LazyRouteCollectionTest::$testRoutes |
property |
core/tests/Drupal/Tests/Core/Routing/LazyRouteCollectionTest.php |
Array of routes indexed by name. |
| LazyRouteCollectionTest::setUp |
function |
core/tests/Drupal/Tests/Core/Routing/LazyRouteCollectionTest.php |
|
| LazyRouteCollectionTest::testCount |
function |
core/tests/Drupal/Tests/Core/Routing/LazyRouteCollectionTest.php |
Tests count. |
| LazyRouteCollectionTest::testGetIterator |
function |
core/tests/Drupal/Tests/Core/Routing/LazyRouteCollectionTest.php |
Tests get iterator. |
| LazyRouteCollectionTest::testGetName |
function |
core/tests/Drupal/Tests/Core/Routing/LazyRouteCollectionTest.php |
Search for a both an existing and a non-existing route. |
| LazyRouteProviderInstallTest |
class |
core/tests/Drupal/FunctionalTests/Routing/LazyRouteProviderInstallTest.php |
Tests Lazy Route Provider Install. |
| LazyRouteProviderInstallTest.php |
file |
core/tests/Drupal/FunctionalTests/Routing/LazyRouteProviderInstallTest.php |
|
| LazyRouteProviderInstallTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Routing/LazyRouteProviderInstallTest.php |
The theme to install as the default for testing. |
| LazyRouteProviderInstallTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Routing/LazyRouteProviderInstallTest.php |
Modules to install. |
| LazyRouteProviderInstallTest::testInstallation |
function |
core/tests/Drupal/FunctionalTests/Routing/LazyRouteProviderInstallTest.php |
Tests that the lazy route provider is used during a module install. |
| LazyRouteProviderInstallTestHooks |
class |
core/modules/system/tests/modules/lazy_route_provider_install_test/src/Hook/LazyRouteProviderInstallTestHooks.php |
Hook implementations for lazy_route_provider_install_test. |
| LazyRouteProviderInstallTestHooks.php |
file |
core/modules/system/tests/modules/lazy_route_provider_install_test/src/Hook/LazyRouteProviderInstallTestHooks.php |
|
| LazyRouteProviderInstallTestHooks::menuLinksDiscoveredAlter |
function |
core/modules/system/tests/modules/lazy_route_provider_install_test/src/Hook/LazyRouteProviderInstallTestHooks.php |
Implements hook_menu_links_discovered_alter(). |
| lazy_route_provider_install_test.info.yml |
file |
core/modules/system/tests/modules/lazy_route_provider_install_test/lazy_route_provider_install_test.info.yml |
core/modules/system/tests/modules/lazy_route_provider_install_test/lazy_route_provider_install_test.info.yml |
| lazy_route_provider_install_test.services.yml |
file |
core/modules/system/tests/modules/lazy_route_provider_install_test/lazy_route_provider_install_test.services.yml |
core/modules/system/tests/modules/lazy_route_provider_install_test/lazy_route_provider_install_test.services.yml |
| LegacyFileSystemTest |
class |
core/tests/Drupal/KernelTests/Core/File/LegacyFileSystemTest.php |
Tests the legacy file system functions. |
| LegacyFileSystemTest.php |
file |
core/tests/Drupal/KernelTests/Core/File/LegacyFileSystemTest.php |
|
| LegacyFileSystemTest::$fileSystem |
property |
core/tests/Drupal/KernelTests/Core/File/LegacyFileSystemTest.php |
The file system under test. |
| LegacyFileSystemTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/File/LegacyFileSystemTest.php |
|
| LegacyFileSystemTest::testCopyWithDeprecatedFileExists |
function |
core/tests/Drupal/KernelTests/Core/File/LegacyFileSystemTest.php |
Tests copy with deprecated file exists. |
| LegacyFileSystemTest::testCopyWithOutOfBoundsIntNegative |
function |
core/tests/Drupal/KernelTests/Core/File/LegacyFileSystemTest.php |
Tests copy with out of bounds int negative. |
| LegacyFileSystemTest::testCopyWithOutOfBoundsIntPositive |
function |
core/tests/Drupal/KernelTests/Core/File/LegacyFileSystemTest.php |
Tests copy with out of bounds int positive. |
| LegacyFileSystemTest::testGetDestinationFilenameWithDeprecatedFileExists |
function |
core/tests/Drupal/KernelTests/Core/File/LegacyFileSystemTest.php |
Tests get destination filename with deprecated file exists. |
| LegacyFileSystemTest::testMoveWithDeprecatedFileExists |
function |
core/tests/Drupal/KernelTests/Core/File/LegacyFileSystemTest.php |
Tests move with deprecated file exists. |
| LegacyFileSystemTest::testSaveDataWithDeprecatedFileExists |
function |
core/tests/Drupal/KernelTests/Core/File/LegacyFileSystemTest.php |
Tests save data with deprecated file exists. |
| LegacyHookTest |
class |
core/modules/system/tests/src/Functional/Extension/LegacyHookTest.php |
Tests the LegacyHook attribute. |
| LegacyHookTest.php |
file |
core/modules/system/tests/src/Functional/Extension/LegacyHookTest.php |
|
| LegacyHookTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Extension/LegacyHookTest.php |
The theme to install as the default for testing. |
| LegacyHookTest::$modules |
property |
core/modules/system/tests/src/Functional/Extension/LegacyHookTest.php |
Modules to install. |