LayoutBuilderRoutes::onAlterRoutes |
function |
core/modules/layout_builder/src/Routing/LayoutBuilderRoutes.php |
Alters existing routes for a specific collection. |
LayoutBuilderRoutes::__construct |
function |
core/modules/layout_builder/src/Routing/LayoutBuilderRoutes.php |
Constructs a new LayoutBuilderRoutes. |
LayoutBuilderRoutesTest |
class |
core/modules/layout_builder/tests/src/Unit/LayoutBuilderRoutesTest.php |
Tests Drupal\layout_builder\Routing\LayoutBuilderRoutes. |
LayoutBuilderRoutesTest.php |
file |
core/modules/layout_builder/tests/src/Unit/LayoutBuilderRoutesTest.php |
|
LayoutBuilderRoutesTest::$routeBuilder |
property |
core/modules/layout_builder/tests/src/Unit/LayoutBuilderRoutesTest.php |
The Layout Builder route builder. |
LayoutBuilderRoutesTest::$sectionStorageManager |
property |
core/modules/layout_builder/tests/src/Unit/LayoutBuilderRoutesTest.php |
The Layout Builder route builder. |
LayoutBuilderRoutesTest::setUp |
function |
core/modules/layout_builder/tests/src/Unit/LayoutBuilderRoutesTest.php |
|
LayoutBuilderRoutesTest::testOnAlterRoutes |
function |
core/modules/layout_builder/tests/src/Unit/LayoutBuilderRoutesTest.php |
Tests on alter routes. |
LayoutBuilderRoutesTrait |
trait |
core/modules/layout_builder/src/Routing/LayoutBuilderRoutesTrait.php |
Provides a trait for building routes for a Layout Builder UI. |
LayoutBuilderRoutesTrait.php |
file |
core/modules/layout_builder/src/Routing/LayoutBuilderRoutesTrait.php |
|
LayoutBuilderRoutesTrait::buildLayoutRoutes |
function |
core/modules/layout_builder/src/Routing/LayoutBuilderRoutesTrait.php |
Builds the layout routes for the given values. |
LayoutTempstoreRouteEnhancer |
class |
core/modules/layout_builder/src/Routing/LayoutTempstoreRouteEnhancer.php |
Loads the section storage from the layout tempstore. |
LayoutTempstoreRouteEnhancer.php |
file |
core/modules/layout_builder/src/Routing/LayoutTempstoreRouteEnhancer.php |
|
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 |
Updates the defaults for a route definition based on the request. |
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 |
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 |
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. |