Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 10.3.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
RoleTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/RoleTest.php Returns the JSON:API POST document.
RotateImageEffect::getSummary function core/modules/image/src/Plugin/ImageEffect/RotateImageEffect.php Returns a render array summarizing the configuration of the image effect.
RouteAccessResponseSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/RouteAccessResponseSubscriber.php
RouteBuilder::getRouteDefinitions function core/lib/Drupal/Core/Routing/RouteBuilder.php Retrieves all defined routes from .routing.yml files.
RouteBuildEvent::getRouteCollection function core/lib/Drupal/Core/Routing/RouteBuildEvent.php Gets the route collection.
RouteCacheContext::getCacheableMetadata function core/lib/Drupal/Core/Cache/Context/RouteCacheContext.php Gets the cacheability metadata for the context.
RouteCacheContext::getContext function core/lib/Drupal/Core/Cache/Context/RouteCacheContext.php Returns the string representation of the cache context.
RouteCacheContext::getLabel function core/lib/Drupal/Core/Cache/Context/RouteCacheContext.php Returns the label of the cache context.
RouteCachingLanguageTest class core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php Tests that route lookup is cached by the current language.
RouteCachingLanguageTest.php file core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php
RouteCachingLanguageTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php The theme to install as the default for testing.
RouteCachingLanguageTest::$modules property core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php Modules to enable.
RouteCachingLanguageTest::$webUser property core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php An user with permissions to administer content types.
RouteCachingLanguageTest::providerLanguage function core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php Data provider for testFromUri().
RouteCachingLanguageTest::setUp function core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php
RouteCachingLanguageTest::testLinkTranslationWithAlias function core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php Creates content with a link field pointing to an alias of another language.
RouteCompiler::getFit function core/lib/Drupal/Core/Routing/RouteCompiler.php Determines the fitness of the provided path.
RouteCompiler::getPathWithoutDefaults function core/lib/Drupal/Core/Routing/RouteCompiler.php Returns the path of the route, without placeholders with a default value.
RouteCompiler::getPatternOutline function core/lib/Drupal/Core/Routing/RouteCompiler.php Returns the pattern outline.
RouteCompilerTest::providerTestGetFit function core/tests/Drupal/Tests/Core/Routing/RouteCompilerTest.php Provides data for RouteCompilerTest::testGetFit()
RouteCompilerTest::testGetFit function core/tests/Drupal/Tests/Core/Routing/RouteCompilerTest.php Tests RouteCompiler::getFit().
RouteMatch::getParameter function core/lib/Drupal/Core/Routing/RouteMatch.php Returns the processed value of a named route parameter.
RouteMatch::getParameterNames function core/lib/Drupal/Core/Routing/RouteMatch.php Returns the names of all parameters for the currently matched route.
RouteMatch::getParameters function core/lib/Drupal/Core/Routing/RouteMatch.php Returns the bag of all processed route parameters.
RouteMatch::getRawParameter function core/lib/Drupal/Core/Routing/RouteMatch.php Returns the raw value of a named route parameter.
RouteMatch::getRawParameters function core/lib/Drupal/Core/Routing/RouteMatch.php Returns the bag of all raw route parameters.
RouteMatch::getRouteName function core/lib/Drupal/Core/Routing/RouteMatch.php Returns the route name.
RouteMatch::getRouteObject function core/lib/Drupal/Core/Routing/RouteMatch.php Returns the route object.
RouteMatchInterface::getParameter function core/lib/Drupal/Core/Routing/RouteMatchInterface.php Returns the processed value of a named route parameter.
RouteMatchInterface::getParameters function core/lib/Drupal/Core/Routing/RouteMatchInterface.php Returns the bag of all processed route parameters.
RouteMatchInterface::getRawParameter function core/lib/Drupal/Core/Routing/RouteMatchInterface.php Returns the raw value of a named route parameter.
RouteMatchInterface::getRawParameters function core/lib/Drupal/Core/Routing/RouteMatchInterface.php Returns the bag of all raw route parameters.
RouteMatchInterface::getRouteName function core/lib/Drupal/Core/Routing/RouteMatchInterface.php Returns the route name.
RouteMatchInterface::getRouteObject function core/lib/Drupal/Core/Routing/RouteMatchInterface.php Returns the route object.
RouteMatchTest::getRouteMatch function core/tests/Drupal/Tests/Core/Routing/RouteMatchTest.php Build a test route match object for the given implementation.
RouteMatchTestBase::getRouteMatch function core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php Build a test route match object for the given implementation.
RouteMatchTestBase::testGetParameter function core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php @covers ::getParameter[[api-linebreak]]
@covers \Drupal\Core\Routing\RouteMatch::getParameterNames[[api-linebreak]]
@dataProvider routeMatchProvider
RouteMatchTestBase::testGetParameters function core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php @covers ::getParameters[[api-linebreak]]
@covers \Drupal\Core\Routing\RouteMatch::getParameterNames[[api-linebreak]]
@dataProvider routeMatchProvider
RouteMatchTestBase::testGetRawParameter function core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php @covers ::getRawParameter[[api-linebreak]]
@covers \Drupal\Core\Routing\RouteMatch::getParameterNames[[api-linebreak]]
@dataProvider routeMatchProvider
RouteMatchTestBase::testGetRawParameters function core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php @covers ::getRawParameters[[api-linebreak]]
@covers \Drupal\Core\Routing\RouteMatch::getParameterNames[[api-linebreak]]
@dataProvider routeMatchProvider
RouteMatchTestBase::testGetRouteName function core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php @covers ::getRouteName[[api-linebreak]]
@dataProvider routeMatchProvider
RouteMatchTestBase::testGetRouteObject function core/tests/Drupal/Tests/Core/Routing/RouteMatchTestBase.php @covers ::getRouteObject[[api-linebreak]]
@dataProvider routeMatchProvider
RouteMethodSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/RouteMethodSubscriber.php
RouteNameCacheContext::getContext function core/lib/Drupal/Core/Cache/Context/RouteNameCacheContext.php Returns the string representation of the cache context.
RouteNameCacheContext::getLabel function core/lib/Drupal/Core/Cache/Context/RouteNameCacheContext.php Returns the label of the cache context.
RoutePreloader::getSubscribedEvents function core/lib/Drupal/Core/Routing/RoutePreloader.php
RoutePreloader::isGetAndHtmlRoute function core/lib/Drupal/Core/Routing/RoutePreloader.php Determines whether the given route is a GET and HTML route.
RouteProcessorManager::getOutbound function core/lib/Drupal/Core/RouteProcessor/RouteProcessorManager.php Returns the sorted array of outbound processors.
RouteProcessorManagerTest::getMockProcessor function core/tests/Drupal/Tests/Core/RouteProcessor/RouteProcessorManagerTest.php Returns a mock Route processor object.
RouteProvider::getAllRoutes function core/tests/Drupal/KernelTests/RouteProvider.php Returns all the routes on the system.

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