Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ReportTest | class | core/ |
Tests existence of the views plugin report. |
| ReportTest.php | file | core/ |
|
| ReportTest::$adminUser | property | core/ |
Stores an admin user used by the different tests. |
| ReportTest::$defaultTheme | property | core/ |
|
| ReportTest::$modules | property | core/ |
|
| ReportTest::testReport | function | core/ |
Tests the existence of the views plugin report. |
| RequestContext | class | core/ |
Holds information about the current request. |
| RequestContext.php | file | core/ |
|
| RequestContext::$completeBaseUrl | property | core/ |
The scheme, host and base path, for example "https://example.com/d8". |
| RequestContext::fromRequest | function | core/ |
|
| RequestContext::fromRequestStack | function | core/ |
Populates the context from the current request from the request stack. |
| RequestContext::getCompleteBaseUrl | function | core/ |
Gets the scheme, host and base path. |
| RequestContext::setCompleteBaseUrl | function | core/ |
Sets the complete base URL for the Request context. |
| 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/ |
Tests Drupal\Core\Routing\RequestFormatRouteFilter. |
| RequestFormatRouteFilterTest.php | file | core/ |
|
| RequestFormatRouteFilterTest::filterProvider | function | core/ |
|
| RequestFormatRouteFilterTest::testFilter | function | core/ |
Tests filter. |
| RequestFormatRouteFilterTest::testNoRouteFound | function | core/ |
Tests no route found. |
| RequestFormatRouteFilterTest::testNoRouteFoundWhenNoRequestFormatAndSingleRouteWithMultipleFormats | function | core/ |
Tests no route found when no request format and single route with multiple formats. |
| RequestHandler | class | core/ |
Acts as intermediate request forwarder for resource plugins. |
| RequestHandler.php | file | core/ |
|
| RequestHandler::$serializer | property | core/ |
The serializer. |
| RequestHandler::create | function | core/ |
|
| 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::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::$modules | property | core/ |
|
| RequestHandlerTest::$requestHandler | property | core/ |
|
| RequestHandlerTest::setUp | function | core/ |
|
| RequestHandlerTest::testHandle | function | core/ |
Tests handle. |
| 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. |
Pagination
- Previous page
- Page 1348
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.