Search for route

  1. Search 7.x for route
  2. Search 9.5.x for route
  3. Search 10.3.x for route
  4. Search 11.x for route
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Route class core/modules/migrate/src/Plugin/migrate/process/Route.php Sets the destination route information based on the source link_path.
Route class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Route.php

All search results

Title Object type File name Summary
RouteProcessorCurrentIntegrationTest::setUp function core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteProcessorCurrentIntegrationTest.php
RouteProcessorCurrentIntegrationTest::testProcessOutbound function core/tests/Drupal/KernelTests/Core/RouteProcessor/RouteProcessorCurrentIntegrationTest.php Tests the output process.
RouteProcessorManager class core/lib/Drupal/Core/RouteProcessor/RouteProcessorManager.php Route processor manager.
RouteProcessorManager.php file core/lib/Drupal/Core/RouteProcessor/RouteProcessorManager.php
RouteProcessorManager::$outboundProcessors property core/lib/Drupal/Core/RouteProcessor/RouteProcessorManager.php Holds the array of outbound processors to cycle through.
RouteProcessorManager::$sortedOutbound property core/lib/Drupal/Core/RouteProcessor/RouteProcessorManager.php Holds the array of outbound processors, sorted by priority.
RouteProcessorManager::addOutbound function core/lib/Drupal/Core/RouteProcessor/RouteProcessorManager.php Adds an outbound processor object to the $outboundProcessors property.
RouteProcessorManager::getOutbound function core/lib/Drupal/Core/RouteProcessor/RouteProcessorManager.php Returns the sorted array of outbound processors.
RouteProcessorManager::processOutbound function core/lib/Drupal/Core/RouteProcessor/RouteProcessorManager.php Processes the outbound route.
RouteProcessorManager::sortProcessors function core/lib/Drupal/Core/RouteProcessor/RouteProcessorManager.php Sorts the processors according to priority.
RouteProcessorManagerTest class core/tests/Drupal/Tests/Core/RouteProcessor/RouteProcessorManagerTest.php @coversDefaultClass \Drupal\Core\RouteProcessor\RouteProcessorManager
@group RouteProcessor
RouteProcessorManagerTest.php file core/tests/Drupal/Tests/Core/RouteProcessor/RouteProcessorManagerTest.php
RouteProcessorManagerTest::$processorManager property core/tests/Drupal/Tests/Core/RouteProcessor/RouteProcessorManagerTest.php The route processor manager.
RouteProcessorManagerTest::getMockProcessor function core/tests/Drupal/Tests/Core/RouteProcessor/RouteProcessorManagerTest.php Returns a mock Route processor object.
RouteProcessorManagerTest::setUp function core/tests/Drupal/Tests/Core/RouteProcessor/RouteProcessorManagerTest.php
RouteProcessorManagerTest::testRouteProcessorManager function core/tests/Drupal/Tests/Core/RouteProcessor/RouteProcessorManagerTest.php Tests the Route process manager functionality.
RouteProvider class core/lib/Drupal/Core/Routing/RouteProvider.php A Route Provider front-end for all Drupal-stored routes.
RouteProvider class core/tests/Drupal/KernelTests/RouteProvider.php Rebuilds the router when the provider is instantiated.
RouteProvider class core/modules/simpletest/src/RouteProvider.php Rebuilds the router when the provider is instantiated.
RouteProvider.php file core/modules/simpletest/src/RouteProvider.php
RouteProvider.php file core/lib/Drupal/Core/Routing/RouteProvider.php
RouteProvider.php file core/tests/Drupal/KernelTests/RouteProvider.php
RouteProvider::$cache property core/lib/Drupal/Core/Routing/RouteProvider.php The cache backend.
RouteProvider::$cacheTagInvalidator property core/lib/Drupal/Core/Routing/RouteProvider.php The cache tag invalidator.
RouteProvider::$connection property core/lib/Drupal/Core/Routing/RouteProvider.php The database connection from which to read route information.
RouteProvider::$currentPath property core/lib/Drupal/Core/Routing/RouteProvider.php The current path.
RouteProvider::$extraCacheKeyParts property core/lib/Drupal/Core/Routing/RouteProvider.php An array of cache key parts to be used for the route match cache.
RouteProvider::$languageManager property core/lib/Drupal/Core/Routing/RouteProvider.php The language manager.
RouteProvider::$pathProcessor property core/lib/Drupal/Core/Routing/RouteProvider.php A path processor manager for resolving the system path.
RouteProvider::$routes property core/lib/Drupal/Core/Routing/RouteProvider.php A cache of already-loaded routes, keyed by route name.
RouteProvider::$serializedRoutes property core/lib/Drupal/Core/Routing/RouteProvider.php A cache of already-loaded serialized routes, keyed by route name.
RouteProvider::$state property core/lib/Drupal/Core/Routing/RouteProvider.php The state.
RouteProvider::$tableName property core/lib/Drupal/Core/Routing/RouteProvider.php The name of the SQL table from which to read the routes.
RouteProvider::addExtraCacheKeyPart function core/lib/Drupal/Core/Routing/RouteProvider.php Adds a cache key part to be used in the cache ID of the route collection.
RouteProvider::getAllRoutes function core/lib/Drupal/Core/Routing/RouteProvider.php Returns all the routes on the system.
RouteProvider::getAllRoutes function core/tests/Drupal/KernelTests/RouteProvider.php Returns all the routes on the system.
RouteProvider::getCandidateOutlines function core/tests/Drupal/KernelTests/RouteProvider.php
RouteProvider::getCandidateOutlines function core/lib/Drupal/Core/Routing/RouteProvider.php Returns an array of path pattern outlines that could match the path parts.
RouteProvider::getCurrentLanguageCacheIdPart function core/lib/Drupal/Core/Routing/RouteProvider.php Returns the language identifier for the route collection cache.
RouteProvider::getRouteByName function core/lib/Drupal/Core/Routing/RouteProvider.php Find the route using the provided route name.
RouteProvider::getRouteByName function core/tests/Drupal/KernelTests/RouteProvider.php
RouteProvider::getRouteCollectionCacheId function core/lib/Drupal/Core/Routing/RouteProvider.php Returns the cache ID for the route collection cache.
RouteProvider::getRouteCollectionForRequest function core/lib/Drupal/Core/Routing/RouteProvider.php Finds routes that may potentially match the request.
RouteProvider::getRouteCollectionForRequest function core/tests/Drupal/KernelTests/RouteProvider.php
RouteProvider::getRoutesByNames function core/tests/Drupal/KernelTests/RouteProvider.php
RouteProvider::getRoutesByNames function core/lib/Drupal/Core/Routing/RouteProvider.php
RouteProvider::getRoutesByPath function core/lib/Drupal/Core/Routing/RouteProvider.php Get all routes which match a certain pattern.
RouteProvider::getRoutesByPattern function core/lib/Drupal/Core/Routing/RouteProvider.php Get all routes which match a certain pattern.
RouteProvider::getRoutesByPattern function core/tests/Drupal/KernelTests/RouteProvider.php Get all routes which match a certain pattern.
RouteProvider::getRoutesCount function core/tests/Drupal/KernelTests/RouteProvider.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.