Search for __get
- Search 7.x for __get
- Search 9.5.x for __get
- Search 8.9.x for __get
- Search 10.3.x for __get
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| RouteProvider::getRoutesByNames | function | core/ |
Find many routes by their names using the provided list of names. |
| RouteProvider::getRoutesByPath | function | core/ |
Get all routes which match a certain pattern. |
| RouteProvider::getRoutesByPattern | function | core/ |
Get all routes which match a certain pattern. |
| RouteProvider::getRoutesByPattern | function | core/ |
Get all routes which match a certain pattern. |
| RouteProvider::getSubscribedEvents | function | core/ |
|
| RouteProviderInterface::getAllRoutes | function | core/ |
Returns all the routes on the system. |
| RouteProviderInterface::getRouteAliases | function | core/ |
Gets aliases for a route name. |
| RouteProviderInterface::getRouteByName | function | core/ |
Find the route using the provided route name. |
| RouteProviderInterface::getRouteCollectionForRequest | function | core/ |
Finds routes that may potentially match the request. |
| RouteProviderInterface::getRoutesByNames | function | core/ |
Find many routes by their names using the provided list of names. |
| RouteProviderInterface::getRoutesByPattern | function | core/ |
Get all routes which match a certain pattern. |
| RouteProviderLazyBuilder::getAllRoutes | function | core/ |
Returns all the routes on the system. |
| RouteProviderLazyBuilder::getRouteAliases | function | core/ |
Gets aliases for a route name. |
| RouteProviderLazyBuilder::getRouteByName | function | core/ |
Find the route using the provided route name. |
| RouteProviderLazyBuilder::getRouteCollectionForRequest | function | core/ |
Finds routes that may potentially match the request. |
| RouteProviderLazyBuilder::getRouteProvider | function | core/ |
Gets the real route provider service and rebuilds the router id necessary. |
| RouteProviderLazyBuilder::getRoutesByNames | function | core/ |
Find many routes by their names using the provided list of names. |
| RouteProviderLazyBuilder::getRoutesByPattern | function | core/ |
Get all routes which match a certain pattern. |
| RouteProviderLazyBuilder::getSubscribedEvents | function | core/ |
|
| RouteProviderTest::testGetAllRoutes | function | core/ |
Confirms RouteProvider::getAllRoutes() extracts information correctly from the database. |
| RouteProviderTest::testGetRoutesByPatternWithLongPatterns | function | core/ |
Ensures that the routing system is capable of extreme long patterns. |
| Router::getInitialRouteCollection | function | core/ |
Returns a collection of potential matching routes for a request. |
| Router::getRouteCollection | function | core/ |
|
| RouterTestEarlyExceptionSubscriber::getSubscribedEvents | function | core/ |
|
| Routes::getEntryPointRoute | function | core/ |
Provides the entry point route. |
| Routes::getFileUploadRouteName | function | core/ |
Get a unique route name for the file upload resource type and route type. |
| Routes::getFileUploadRoutesForResourceType | function | core/ |
Gets the file upload route collection for the given resource type. |
| Routes::getIndividualRoutesForResourceType | function | core/ |
Gets a route collection for the given resource type. |
| Routes::getResourceTypeNameFromParameters | function | core/ |
Gets the resource type from a route or request's parameters. |
| Routes::getRouteName | function | core/ |
Get a unique route name for the JSON:API resource type and route type. |
| Routes::getRoutesForResourceType | function | core/ |
Gets applicable resource routes for a JSON:API resource type. |
| Routes::hasNonInternalFileTargetResourceTypes | function | core/ |
Determines if an array of resource types lists non-internal "file" ones. |
| Routes::hasNonInternalTargetResourceTypes | function | core/ |
Determines if an array of resource types has any non-internal ones. |
| RouteSubscriber::getApplicableViews | function | core/ |
Returns all views/display combinations with routes. |
| RouteSubscriber::getSubscribedEvents | function | core/ |
|
| RouteSubscriber::getSubscribedEvents | function | core/ |
|
| RouteSubscriber::getSubscribedEvents | function | core/ |
|
| RouteSubscriber::getSubscribedEvents | function | core/ |
|
| RouteSubscriber::getSubscribedEvents | function | core/ |
|
| RouteSubscriber::getViewsDisplayIDsWithRoute | function | core/ |
Gets all the views and display IDs using a route. |
| RouteSubscriberBase::getSubscribedEvents | function | core/ |
|
| Row::get | function | core/ |
Retrieve a source or destination property. |
| 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::getIdMap | function | core/ |
Retrieves the Migrate ID mappings. |
| Row::getMultiple | function | core/ |
Retrieve multiple source and destination properties at once. |
| Row::getRawDestination | function | core/ |
Returns the raw destination. Rarely necessary. |
| Row::getSource | function | core/ |
Retrieves all source properties. |
Pagination
- Previous page
- Page 184
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.