| LayoutTempstoreRouteEnhancer::$layoutTempstoreRepository |
property |
core/modules/layout_builder/src/Routing/LayoutTempstoreRouteEnhancer.php |
The layout tempstore repository. |
| LayoutTempstoreRouteEnhancer::enhance |
function |
core/modules/layout_builder/src/Routing/LayoutTempstoreRouteEnhancer.php |
|
| LayoutTempstoreRouteEnhancer::__construct |
function |
core/modules/layout_builder/src/Routing/LayoutTempstoreRouteEnhancer.php |
Constructs a new LayoutTempstoreRouteEnhancer. |
| LayoutTempstoreRouteEnhancerTest |
class |
core/modules/layout_builder/tests/src/Unit/LayoutTempstoreRouteEnhancerTest.php |
Tests Drupal\layout_builder\Routing\LayoutTempstoreRouteEnhancer. |
| LayoutTempstoreRouteEnhancerTest.php |
file |
core/modules/layout_builder/tests/src/Unit/LayoutTempstoreRouteEnhancerTest.php |
|
| LayoutTempstoreRouteEnhancerTest::testEnhance |
function |
core/modules/layout_builder/tests/src/Unit/LayoutTempstoreRouteEnhancerTest.php |
Tests enhance. |
| layout_builder.routes |
service |
core/modules/layout_builder/layout_builder.services.yml |
Drupal\layout_builder\Routing\LayoutBuilderRoutes |
| layout_builder.tempstore.route_enhancer |
service |
core/modules/layout_builder/layout_builder.services.yml |
Drupal\layout_builder\Routing\LayoutTempstoreRouteEnhancer |
| LazyRouteCollection |
class |
core/lib/Drupal/Core/Routing/LazyRouteCollection.php |
The lazy route collection. |
| LazyRouteCollection.php |
file |
core/lib/Drupal/Core/Routing/LazyRouteCollection.php |
|
| LazyRouteCollection::$provider |
property |
core/lib/Drupal/Core/Routing/LazyRouteCollection.php |
The route provider for this generator. |
| LazyRouteCollection::all |
function |
core/lib/Drupal/Core/Routing/LazyRouteCollection.php |
Returns all routes in this collection. |
| LazyRouteCollection::count |
function |
core/lib/Drupal/Core/Routing/LazyRouteCollection.php |
Gets the number of Routes in this collection. |
| LazyRouteCollection::get |
function |
core/lib/Drupal/Core/Routing/LazyRouteCollection.php |
Gets a route by name. |
| LazyRouteCollection::getIterator |
function |
core/lib/Drupal/Core/Routing/LazyRouteCollection.php |
|
| LazyRouteCollection::__construct |
function |
core/lib/Drupal/Core/Routing/LazyRouteCollection.php |
Constructs a LazyRouteCollection. |
| 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 |
|
| LazyRouteProviderInstallTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Routing/LazyRouteProviderInstallTest.php |
|
| 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 |
| Link::createFromRoute |
function |
core/lib/Drupal/Core/Link.php |
Creates a Link object from a given route name and parameters. |
| LinkNotExistingInternalConstraintValidatorTest::testValidateFromNonExistingRoute |
function |
core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php |
Tests validate from non existing route. |
| LinkNotExistingInternalConstraintValidatorTest::testValidateFromRoute |
function |
core/modules/link/tests/src/Unit/Plugin/Validation/Constraint/LinkNotExistingInternalConstraintValidatorTest.php |
Tests validate from route. |
| LinkUriTest::providerTestDisablingRouteValidation |
function |
core/modules/migrate/tests/src/Kernel/process/LinkUriTest.php |
Provides test cases for LinkUriTest::testDisablingRouteValidation(). |
| LinkUriTest::providerTestDisablingRouteValidation |
function |
core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/process/LinkUriTest.php |
Provides test cases for LinkUriTest::testDisablingRouteValidation(). |
| LinkUriTest::providerTestNotRouted |
function |
core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/process/LinkUriTest.php |
Provides test cases for LinkUriTest::testNotRouted(). |
| LinkUriTest::providerTestNotRouted |
function |
core/modules/migrate/tests/src/Kernel/process/LinkUriTest.php |
Provides test cases for LinkUriTest::testNotRouted(). |
| LinkUriTest::providerTestRouted |
function |
core/modules/migrate/tests/src/Kernel/process/LinkUriTest.php |
Provides test cases for LinkUriTest::testTransform(). |
| LinkUriTest::providerTestRouted |
function |
core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/process/LinkUriTest.php |
Provides test cases for LinkUriTest::testTransform(). |
| LinkUriTest::testDisablingRouteValidation |
function |
core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/process/LinkUriTest.php |
Tests disabling route validation in LinkUri::transform(). |
| LinkUriTest::testDisablingRouteValidation |
function |
core/modules/migrate/tests/src/Kernel/process/LinkUriTest.php |
Tests disabling route validation in LinkUri::transform(). |
| LinkUriTest::testNotRouted |
function |
core/modules/migrate/tests/src/Kernel/process/LinkUriTest.php |
Tests that Non routed URLs throws an exception. |
| LinkUriTest::testNotRouted |
function |
core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/process/LinkUriTest.php |
Tests that Non routed URLs throws an exception. |
| LinkUriTest::testRouted |
function |
core/modules/menu_link_content/tests/src/Kernel/Plugin/migrate/process/LinkUriTest.php |
Tests LinkUri::transform(). |
| LinkUriTest::testRouted |
function |
core/modules/migrate/tests/src/Kernel/process/LinkUriTest.php |
Tests LinkUri::transform(). |
| LinkWidget::isNoLinkRoute |
function |
core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php |
Checks if a given route name is one of Drupal's special no-link routes. |