Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| RouteTestSubscriber.php | file | core/ |
|
| RouteTestSubscriber::alterRoutes | function | core/ |
|
| route_access_response_subscriber | service | core/ |
Drupal\Core\EventSubscriber\RouteAccessResponseSubscriber |
| route_enhancer.entity | service | core/ |
Drupal\Core\Entity\Enhancer\EntityRouteEnhancer |
| route_enhancer.entity_bundle | service | core/ |
Drupal\Core\Entity\Enhancer\EntityBundleRouteEnhancer |
| route_enhancer.entity_revision | service | core/ |
Drupal\Core\Routing\Enhancer\EntityRevisionRouteEnhancer |
| route_enhancer.form | service | core/ |
Drupal\Core\Routing\Enhancer\FormRouteEnhancer |
| route_enhancer.param_conversion | service | core/ |
Drupal\Core\Routing\Enhancer\ParamConversionEnhancer |
| route_http_method_subscriber | service | core/ |
Drupal\Core\EventSubscriber\RouteMethodSubscriber |
| route_processor_csrf | service | core/ |
Drupal\Core\Access\RouteProcessorCsrf |
| route_processor_current | service | core/ |
Drupal\Core\RouteProcessor\RouteProcessorCurrent |
| route_processor_manager | service | core/ |
Drupal\Core\RouteProcessor\RouteProcessorManager |
| route_special_attributes_subscriber | service | core/ |
Drupal\Core\EventSubscriber\SpecialAttributesRouteSubscriber |
| route_subscriber.entity | service | core/ |
Drupal\Core\EventSubscriber\EntityRouteAlterSubscriber |
| route_subscriber.module | service | core/ |
Drupal\Core\EventSubscriber\ModuleRouteSubscriber |
| route_subscriber.no_big_pipe | service | core/ |
Drupal\big_pipe\EventSubscriber\NoBigPipeRouteAlterSubscriber |
| Routing API | group | core/ |
Route page requests to code based on URLs. |
| routing.api.php | file | core/ |
Hooks and documentation related to the routing system. |
| RoutingEvents | class | core/ |
Contains all events thrown in the core routing component. |
| RoutingEvents.php | file | core/ |
|
| RoutingEvents::ALTER | constant | core/ |
Name of the event fired during route collection to allow changes to routes. |
| RoutingEvents::DYNAMIC | constant | core/ |
Name of the event fired during route collection to allow new routes. |
| RoutingEvents::FINISHED | constant | core/ |
Name of the event fired to indicate route building has ended. |
| RoutingEvents::STATIC | constant | core/ |
Name of the event fired during route collection to allow new routes. |
| RoutingFixtures | class | core/ |
Utility methods to generate sample data, database configuration, etc. |
| RoutingFixtures.php | file | core/ |
|
| RoutingFixtures::aliasedRouteCollection | function | core/ |
Returns a set of routes and aliases for testing. |
| RoutingFixtures::complexRouteCollection | function | core/ |
Returns a complex set of routes for testing. |
| RoutingFixtures::contentRouteCollection | function | core/ |
Returns a Content-type restricted set of routes for testing. |
| RoutingFixtures::createTables | function | core/ |
Create the tables required for the sample data. |
| RoutingFixtures::dropTables | function | core/ |
Drop the tables used for the sample data. |
| RoutingFixtures::duplicatePathsRouteCollection | function | core/ |
Returns a complex set of routes for testing. |
| RoutingFixtures::mixedCaseRouteCollection | function | core/ |
Returns a complex set of routes for testing. |
| RoutingFixtures::routingTableDefinition | function | core/ |
Returns the table definition for the routing fixtures. |
| RoutingFixtures::sampleRouteCollection | function | core/ |
Returns a standard set of routes for testing. |
| RoutingFixtures::staticSampleRouteCollection | function | core/ |
Returns a static version of the routes. |
| Row | class | core/ |
Stores a row. |
| Row.php | file | core/ |
|
| Row::$destination | property | core/ |
The destination values. |
| Row::$emptyDestinationProperties | property | core/ |
The empty destination properties. |
| Row::$frozen | property | core/ |
Whether the source has been frozen already. |
| Row::$idMap | property | core/ |
The mapping between source and destination identifiers. |
| Row::$isStub | property | core/ |
TRUE when this row is a stub. |
| Row::$rawDestination | property | core/ |
The raw destination properties. |
| Row::$source | property | core/ |
The actual values of the source row. |
| Row::$sourceIds | property | core/ |
The source identifiers. |
| Row::changed | function | core/ |
Checks whether the row has changed compared to the original ID map. |
| Row::cloneWithoutDestination | function | core/ |
Clones the row with an empty set of destination values. |
| Row::freezeSource | function | core/ |
Freezes the source. |
| Row::get | function | core/ |
Retrieve a source or destination property. |
Pagination
- Previous page
- Page 1401
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.