13 calls to Request::create()
- AbstractSurrogate::handle in vendor/
symfony/ http-kernel/ HttpCache/ AbstractSurrogate.php - Handles a Surrogate from the cache.
- AccessAwareRouter::match in core/
lib/ Drupal/ Core/ Routing/ AccessAwareRouter.php - CommentController::commentPermalink in core/
modules/ comment/ src/ Controller/ CommentController.php - Redirects comment links to the correct page depending on comment settings.
- FileUpload::handleFileUploadForExistingResource in core/
modules/ jsonapi/ src/ Controller/ FileUpload.php - Handles JSON:API file upload requests.
- FunctionalTestSetupTrait::prepareRequestForGenerator in core/
lib/ Drupal/ Core/ Test/ FunctionalTestSetupTrait.php - Creates a mock request and sets it on the generator.
- HttpCache::invalidate in vendor/
symfony/ http-kernel/ HttpCache/ HttpCache.php - Invalidates non-safe methods (like POST, PUT, and DELETE).
- HttpKernelBrowser::filterRequest in vendor/
symfony/ http-kernel/ HttpKernelBrowser.php - Filters the BrowserKit request to the origin one.
- InlineFragmentRenderer::createSubRequest in vendor/
symfony/ http-kernel/ Fragment/ InlineFragmentRenderer.php - PathBasedBreadcrumbBuilder::getRequestForPath in core/
modules/ system/ src/ PathBasedBreadcrumbBuilder.php - Matches a path in the router.
- PathValidator::getUrl in core/
lib/ Drupal/ Core/ Path/ PathValidator.php - Helper for getUrlIfValid() and getUrlIfValidWithoutAccessCheck().
- Router::match in core/
lib/ Drupal/ Core/ Routing/ Router.php - Tries to match a URL path with a set of routes.
- Store::doPurge in vendor/
symfony/ http-kernel/ HttpCache/ Store.php - Purges data for the given URL.
- UrlMatcher::createRequest in vendor/
symfony/ routing/ Matcher/ UrlMatcher.php - @internal