Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 8.9.x for __get
  4. Search 10.3.x for __get
  5. Other projects
Title Object type File name Summary
RouteProvider::getRoutesByNames function core/lib/Drupal/Core/Routing/RouteProvider.php Find many routes by their names using the provided list of names.
RouteProvider::getRoutesByPath function core/lib/Drupal/Core/Routing/RouteProvider.php Get all routes which match a certain pattern.
RouteProvider::getRoutesByPattern function core/lib/Drupal/Core/Routing/RouteProvider.php Get all routes which match a certain pattern.
RouteProvider::getRoutesByPattern function core/tests/Drupal/KernelTests/RouteProvider.php Get all routes which match a certain pattern.
RouteProvider::getSubscribedEvents function core/lib/Drupal/Core/Routing/RouteProvider.php
RouteProviderInterface::getAllRoutes function core/lib/Drupal/Core/Routing/RouteProviderInterface.php Returns all the routes on the system.
RouteProviderInterface::getRouteAliases function core/lib/Drupal/Core/Routing/RouteProviderInterface.php Gets aliases for a route name.
RouteProviderInterface::getRouteByName function core/lib/Drupal/Core/Routing/RouteProviderInterface.php Find the route using the provided route name.
RouteProviderInterface::getRouteCollectionForRequest function core/lib/Drupal/Core/Routing/RouteProviderInterface.php Finds routes that may potentially match the request.
RouteProviderInterface::getRoutesByNames function core/lib/Drupal/Core/Routing/RouteProviderInterface.php Find many routes by their names using the provided list of names.
RouteProviderInterface::getRoutesByPattern function core/lib/Drupal/Core/Routing/RouteProviderInterface.php Get all routes which match a certain pattern.
RouteProviderLazyBuilder::getAllRoutes function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Returns all the routes on the system.
RouteProviderLazyBuilder::getRouteAliases function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Gets aliases for a route name.
RouteProviderLazyBuilder::getRouteByName function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Find the route using the provided route name.
RouteProviderLazyBuilder::getRouteCollectionForRequest function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Finds routes that may potentially match the request.
RouteProviderLazyBuilder::getRouteProvider function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Gets the real route provider service and rebuilds the router id necessary.
RouteProviderLazyBuilder::getRoutesByNames function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Find many routes by their names using the provided list of names.
RouteProviderLazyBuilder::getRoutesByPattern function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php Get all routes which match a certain pattern.
RouteProviderLazyBuilder::getSubscribedEvents function core/lib/Drupal/Core/Routing/RouteProviderLazyBuilder.php
RouteProviderTest::testGetAllRoutes function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms RouteProvider::getAllRoutes() extracts information correctly from the database.
RouteProviderTest::testGetRoutesByPatternWithLongPatterns function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Ensures that the routing system is capable of extreme long patterns.
Router::getInitialRouteCollection function core/lib/Drupal/Core/Routing/Router.php Returns a collection of potential matching routes for a request.
Router::getRouteCollection function core/lib/Drupal/Core/Routing/Router.php
RouterTestEarlyExceptionSubscriber::getSubscribedEvents function core/modules/system/tests/modules/router_test_directory/src/RouterTestEarlyExceptionSubscriber.php
Routes::getEntryPointRoute function core/modules/jsonapi/src/Routing/Routes.php Provides the entry point route.
Routes::getFileUploadRouteName function core/modules/jsonapi/src/Routing/Routes.php Get a unique route name for the file upload resource type and route type.
Routes::getFileUploadRoutesForResourceType function core/modules/jsonapi/src/Routing/Routes.php Gets the file upload route collection for the given resource type.
Routes::getIndividualRoutesForResourceType function core/modules/jsonapi/src/Routing/Routes.php Gets a route collection for the given resource type.
Routes::getResourceTypeNameFromParameters function core/modules/jsonapi/src/Routing/Routes.php Gets the resource type from a route or request's parameters.
Routes::getRouteName function core/modules/jsonapi/src/Routing/Routes.php Get a unique route name for the JSON:API resource type and route type.
Routes::getRoutesForResourceType function core/modules/jsonapi/src/Routing/Routes.php Gets applicable resource routes for a JSON:API resource type.
Routes::hasNonInternalFileTargetResourceTypes function core/modules/jsonapi/src/Routing/Routes.php Determines if an array of resource types lists non-internal "file" ones.
Routes::hasNonInternalTargetResourceTypes function core/modules/jsonapi/src/Routing/Routes.php Determines if an array of resource types has any non-internal ones.
RouteSubscriber::getApplicableViews function core/modules/views/src/EventSubscriber/RouteSubscriber.php Returns all views/display combinations with routes.
RouteSubscriber::getSubscribedEvents function core/modules/views/src/EventSubscriber/RouteSubscriber.php
RouteSubscriber::getSubscribedEvents function core/modules/field_ui/src/Routing/RouteSubscriber.php
RouteSubscriber::getSubscribedEvents function core/modules/config_translation/src/Routing/RouteSubscriber.php
RouteSubscriber::getSubscribedEvents function core/modules/serialization/tests/modules/user_route_alter_test/src/Routing/RouteSubscriber.php
RouteSubscriber::getSubscribedEvents function core/modules/block_content/src/Routing/RouteSubscriber.php
RouteSubscriber::getViewsDisplayIDsWithRoute function core/modules/views/src/EventSubscriber/RouteSubscriber.php Gets all the views and display IDs using a route.
RouteSubscriberBase::getSubscribedEvents function core/lib/Drupal/Core/Routing/RouteSubscriberBase.php
Row::get function core/modules/migrate/src/Row.php Retrieve a source or destination property.
Row::getDestination function core/modules/migrate/src/Row.php Returns the whole destination array.
Row::getDestinationProperty function core/modules/migrate/src/Row.php Returns the value of a destination property.
Row::getEmptyDestinationProperties function core/modules/migrate/src/Row.php Gets the empty destination properties.
Row::getHash function core/modules/migrate/src/Row.php Returns the hash for the source values.
Row::getIdMap function core/modules/migrate/src/Row.php Retrieves the Migrate ID mappings.
Row::getMultiple function core/modules/migrate/src/Row.php Retrieve multiple source and destination properties at once.
Row::getRawDestination function core/modules/migrate/src/Row.php Returns the raw destination. Rarely necessary.
Row::getSource function core/modules/migrate/src/Row.php Retrieves all source properties.

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