RouteSubscriber |
class |
drupal/core/modules/rest/lib/Drupal/rest/EventSubscriber/RouteSubscriber.php |
Subscriber for REST-style routes. |
RouteSubscriber |
class |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Routing/RouteSubscriber.php |
Subscriber for Field UI routes. |
RouteSubscriber |
class |
drupal/core/modules/views/lib/Drupal/views/EventSubscriber/RouteSubscriber.php |
Builds up the routes of all views. |
UrlMatcher::$routes |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/UrlMatcher.php |
|
RouteSubscriber.php |
file |
drupal/core/modules/views/lib/Drupal/views/EventSubscriber/RouteSubscriber.php |
Contains \Drupal\views\EventSubscriber\RouteSubscriber. |
RouteSubscriber.php |
file |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Routing/RouteSubscriber.php |
Contains \Drupal\field_ui\Routing\RouteSubscriber. |
RouteSubscriber.php |
file |
drupal/core/modules/rest/lib/Drupal/rest/EventSubscriber/RouteSubscriber.php |
|
ResourceBase::routes |
function |
drupal/core/modules/rest/lib/Drupal/rest/Plugin/ResourceBase.php |
Implements ResourceInterface::routes(). |
SiteSchema::getRoutes |
function |
drupal/core/modules/rdf/lib/Drupal/rdf/SiteSchema/SiteSchema.php |
Get the routes for the types of terms defined in this schema. |
DBLogResource::routes |
function |
drupal/core/modules/rest/lib/Drupal/rest/Plugin/rest/resource/DBLogResource.php |
Overrides \Drupal\rest\Plugin\ResourceBase::routes(). |
UrlGenerator::$routes |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGenerator.php |
|
RouteAware::getRoutes |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/Tests/Routing/ContentAwareGeneratorTest.php |
Get the routes that point to this content. |
RouteProvider::$routes |
property |
drupal/core/lib/Drupal/Core/Routing/RouteProvider.php |
A cache of already-loaded routes, keyed by route name. |
MatcherDumper::$routes |
property |
drupal/core/lib/Drupal/Core/Routing/MatcherDumper.php |
The routes to be dumped. |
MatcherDumper::$routes |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/MatcherDumper.php |
|
RouteSubscriber::routes |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Routing/RouteSubscriber.php |
Adds routes for the Field UI. |
RouteCollection::$routes |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RouteCollection.php |
|
RouteSubscriber::$config |
property |
drupal/core/modules/rest/lib/Drupal/rest/EventSubscriber/RouteSubscriber.php |
The Drupal configuration factory. |
MatcherDumper::addRoutes |
function |
drupal/core/lib/Drupal/Core/Routing/MatcherDumper.php |
Adds additional routes to be dumped. |
MatcherDumper::getRoutes |
function |
drupal/core/lib/Drupal/Core/Routing/MatcherDumper.php |
Gets the routes to match. |
MatcherDumper::getRoutes |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/MatcherDumper.php |
Gets the routes to dump. |
GeneratorDumper::$routes |
property |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/Dumper/GeneratorDumper.php |
|
RestExport::collectRoutes |
function |
drupal/core/modules/rest/lib/Drupal/rest/Plugin/views/display/RestExport.php |
Adds the route entry of a view to the collection. |
RouteSubscriber::$manager |
property |
drupal/core/modules/rest/lib/Drupal/rest/EventSubscriber/RouteSubscriber.php |
The plugin manager for REST plugins. |
ResourceInterface::routes |
function |
drupal/core/modules/rest/lib/Drupal/rest/Plugin/ResourceInterface.php |
Returns a collection of routes with URL path information for the resource. |
RouteSubscriber::$manager |
property |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Routing/RouteSubscriber.php |
The entity type manager |
MockRouteProvider::$routes |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MockRouteProvider.php |
A collection of routes for this route provider. |
GeneratorDumper::getRoutes |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/Dumper/GeneratorDumper.php |
Gets the routes to dump. |
UrlGeneratorTest::getRoutes |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php |
|
RouteSubscriber::__construct |
function |
drupal/core/modules/rest/lib/Drupal/rest/EventSubscriber/RouteSubscriber.php |
Constructs a RouteSubscriber object. |
RouteSubscriber::__construct |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Routing/RouteSubscriber.php |
Constructs a RouteSubscriber object. |
PathPluginBase::collectRoutes |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/PathPluginBase.php |
Adds the route entry of a view to the collection. |
RouterTest::testDynamicRoutes |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/RouterTest.php |
Checks that dynamically defined and altered routes work correctly. |
RouteAwareInterface::getRoutes |
function |
drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/RouteAwareInterface.php |
Get the routes that point to this content. |
RouteSubscriber::dynamicRoutes |
function |
drupal/core/modules/rest/lib/Drupal/rest/EventSubscriber/RouteSubscriber.php |
Adds routes to enabled REST resources. |
RouteSubscriber::dynamicRoutes |
function |
drupal/core/modules/views/lib/Drupal/views/EventSubscriber/RouteSubscriber.php |
Adds routes defined by all views. |
RouteProvider::getRoutesByNames |
function |
drupal/core/lib/Drupal/Core/Routing/RouteProvider.php |
Find many routes by their names using the provided list of names. |
PhpMatcherDumper::compileRoutes |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/PhpMatcherDumper.php |
Generates PHP code to match a RouteCollection with all its routes. |
RouteTestSubscriber::alterRoutes |
function |
drupal/core/modules/system/tests/modules/router_test/lib/Drupal/router_test/RouteTestSubscriber.php |
Alters an existing test route. |
MatcherDumperTest::testAddRoutes |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MatcherDumperTest.php |
Confirms that we can add routes to the dumper. |
MatcherDumperInterface::getRoutes |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/Dumper/MatcherDumperInterface.php |
Gets the routes to dump. |
RouteTestSubscriber::dynamicRoutes |
function |
drupal/core/modules/system/tests/modules/router_test/lib/Drupal/router_test/RouteTestSubscriber.php |
Adds a dynamic test route. |
MockRouteProvider::getRoutesByNames |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MockRouteProvider.php |
Implements \Symfony\Cmf\Component\Routing\RouteProviderInterface::getRoutesByName(). |
FieldUIRouteTest::testFieldUIRoutes |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Tests/FieldUIRouteTest.php |
Ensures that entity types with bundles do not break following entity types. |
GeneratorDumperInterface::getRoutes |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/Dumper/GeneratorDumperInterface.php |
Gets the routes to dump. |
RouteSubscriber::getSubscribedEvents |
function |
drupal/core/modules/rest/lib/Drupal/rest/EventSubscriber/RouteSubscriber.php |
Implements EventSubscriberInterface::getSubscribedEvents(). |
RouteSubscriber::getSubscribedEvents |
function |
drupal/core/modules/field_ui/lib/Drupal/field_ui/Routing/RouteSubscriber.php |
Returns an array of event names this subscriber wants to listen to. |
RouteSubscriber::getSubscribedEvents |
function |
drupal/core/modules/views/lib/Drupal/views/EventSubscriber/RouteSubscriber.php |
Returns an array of event names this subscriber wants to listen to. |
DisplayRouterInterface::collectRoutes |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayRouterInterface.php |
Adds the route entry of a view to the collection. |
MimeTypeMatcherTest::testFilterRoutes |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MimeTypeMatcherTest.php |
Confirms that the MimeType matcher matches properly. |