Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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 |
| 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. |
| RoutingFixtures | class | core/ |
Utility methods to generate sample data, database configuration, etc. |
| RoutingFixtures.php | file | core/ |
|
| 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::$destination | property | core/ |
The destination values. |
| Row::$emptyDestinationProperties | property | core/ |
The empty destination properties. |
| 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::cloneWithoutDestination | function | core/ |
Clones the row with an empty set of destination values. |
| Row::freezeSource | function | core/ |
Freezes the source. |
| Row::getDestination | function | core/ |
Returns the whole destination array. |
| Row::getDestinationProperty | function | core/ |
Returns the value of a destination property. |
| Row::getEmptyDestinationProperties | function | core/ |
Gets the empty destination properties. |
| Row::getHash | function | core/ |
Returns the hash for the source values.. |
| Row::getRawDestination | function | core/ |
Returns the raw destination. Rarely necessary. |
| Row::getSource | function | core/ |
Returns the whole source array. |
| Row::getSourceIdValues | function | core/ |
Retrieves the values of the source identifiers. |
| Row::getSourceProperty | function | core/ |
Retrieves a source property. |
| Row::hasDestinationProperty | function | core/ |
Tests if destination property exists. |
| Row::hasSourceProperty | function | core/ |
Determines whether a source has a property. |
| Row::isStub | function | core/ |
Reports whether this row is a stub. |
| Row::needsUpdate | function | core/ |
Returns if this row needs an update. |
| Row::PROPERTY_SEPARATOR | constant | core/ |
Level separator of destination and source properties. |
| Row::rehash | function | core/ |
Recalculates the hash for the row. |
| Row::removeDestinationProperty | function | core/ |
Removes destination property. |
| Row::setDestinationProperty | function | core/ |
Sets destination properties. |
| Row::setEmptyDestinationProperty | function | core/ |
Sets a destination to be empty. |
| Row::setIdMap | function | core/ |
Sets the Migrate ID mappings. |
| Row::setSourceProperty | function | core/ |
Sets a source property. |
| Row::__construct | function | core/ |
Constructs a \Drupal\migrate\Row object. |
Pagination
- Previous page
- Page 1050
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.