Search for all

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

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