Search for request
- Search 7.x for request
- Search 9.5.x for request
- Search 10.3.x for request
- Search 11.x for request
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
RequestFormatCacheContext | class | core/ |
Defines the RequestFormatCacheContext service, for "per format" caching. |
RequestFormatCacheContext.php | file | core/ |
|
RequestFormatCacheContext::getCacheableMetadata | function | core/ |
|
RequestFormatCacheContext::getContext | function | core/ |
|
RequestFormatCacheContext::getLabel | function | core/ |
|
RequestFormatRouteFilter | class | core/ |
Provides a route filter, which filters by the request format. |
RequestFormatRouteFilter.php | file | core/ |
|
RequestFormatRouteFilter::filter | function | core/ |
|
RequestFormatRouteFilter::getAvailableFormats | function | core/ |
Gets the set of formats across all routes in the collection. |
RequestFormatRouteFilter::getDefaultFormat | function | core/ |
Determines the default request format. |
RequestFormatRouteFilterTest | class | core/ |
@coversDefaultClass \Drupal\Core\Routing\RequestFormatRouteFilter @group Routing |
RequestFormatRouteFilterTest.php | file | core/ |
|
RequestFormatRouteFilterTest::filterProvider | function | core/ |
|
RequestFormatRouteFilterTest::testFilter | function | core/ |
@covers ::filter @dataProvider filterProvider |
RequestFormatRouteFilterTest::testNoRouteFound | function | core/ |
@covers ::filter |
RequestFormatRouteFilterTest::testNoRouteFoundWhenNoRequestFormatAndSingleRouteWithMultipleFormats | function | core/ |
@covers ::filter |
RequestHandler | class | core/ |
Acts as intermediate request forwarder for resource plugins. |
RequestHandler.php | file | core/ |
|
RequestHandler::$configFactory | property | core/ |
The config factory. |
RequestHandler::$serializer | property | core/ |
The serializer. |
RequestHandler::create | function | core/ |
Instantiates a new instance of this class. |
RequestHandler::createArgumentResolver | function | core/ |
Creates an argument resolver, containing all REST parameters. |
RequestHandler::delegateToRestResourcePlugin | function | core/ |
Delegates an incoming request to the appropriate REST resource plugin. |
RequestHandler::deserialize | function | core/ |
Deserializes request body, if any. |
RequestHandler::getLegacyParameters | function | core/ |
Provides the parameter usable without an argument resolver. |
RequestHandler::getNormalizedRequestMethod | function | core/ |
Gets the normalized HTTP request method of the matched route. |
RequestHandler::handle | function | core/ |
Handles a REST API request. |
RequestHandler::handleRaw | function | core/ |
Handles a REST API request without deserializing the request body. |
RequestHandler::prepareResponse | function | core/ |
Prepares the REST resource response. |
RequestHandler::__construct | function | core/ |
Creates a new RequestHandler instance. |
RequestHandlerTest | class | core/ |
Test REST RequestHandler controller logic. |
RequestHandlerTest.php | file | core/ |
|
RequestHandlerTest::$entityStorage | property | core/ |
The entity storage. |
RequestHandlerTest::$modules | property | core/ |
Modules to enable. |
RequestHandlerTest::$requestHandler | property | core/ |
|
RequestHandlerTest::setUp | function | core/ |
|
RequestHandlerTest::testHandle | function | core/ |
@covers ::handle |
RequestHandlerTest::testHandleLegacy | function | core/ |
@covers ::handle @covers ::getLegacyParameters @expectedDeprecation Passing in arguments the legacy way is deprecated in Drupal 8.4.0 and will be removed before Drupal 9.0.0. Provide the right parameter names in the method, similar to controllers. See… |
RequestHelper | class | core/ |
Provides some helper methods for dealing with the request. |
RequestHelper.php | file | core/ |
|
RequestHelper::isCleanUrl | function | core/ |
Returns whether the request is using a clean URL. |
RequestPagerTest | class | core/ |
@group Pager |
RequestPagerTest.php | file | core/ |
|
RequestPagerTest::testFindPage | function | core/ |
@covers ::findPage |
RequestPagerTest::testGetQueryParameters | function | core/ |
@covers ::getQueryParameters |
RequestPath | class | core/ |
Provides a 'Request Path' condition. |
RequestPath.php | file | core/ |
|
RequestPath::$aliasManager | property | core/ |
An alias manager to find the alias for the current system path. |
RequestPath::$currentPath | property | core/ |
The current path. |
RequestPath::$pathMatcher | property | core/ |
The path matcher. |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.