84 calls to Request::create()

ChainMatcherTest::testMethodNotAllowed in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/ChainMatcherTest.php
Confirms that the expected exception is thrown.
ChainMatcherTest::testRequestFound in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/ChainMatcherTest.php
Confirms that the expected exception is thrown.
ChainMatcherTest::testRequestNotFound in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/ChainMatcherTest.php
Confirms that the expected exception is thrown.
Client::filterRequest in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Client.php
Converts the BrowserKit request to a HttpKernel request.
comment_permalink in drupal/core/modules/comment/comment.module
Redirects comment links to the correct page depending on comment settings.
ControllerResolverTest::testContainerAware in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/ControllerResolverTest.php
Confirms that a container aware controller gets returned.
ControllerResolverTest::testGetArguments in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Controller/ControllerResolverTest.php
ControllerResolverTest::testGetController in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Controller/ControllerResolverTest.php
Esi::handle in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/Esi.php
Handles an ESI from the cache.
EsiTest::testAddSurrogateEsiCapability in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php
EsiTest::testHandle in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php
EsiTest::testHandleWhenResponseIsNot200 in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php
@expectedException RuntimeException
EsiTest::testHandleWhenResponseIsNot200AndAltIsPresent in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php
EsiTest::testHandleWhenResponseIsNot200AndErrorsAreIgnored in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php
EsiTest::testHasSurrogateEsiCapability in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php
EsiTest::testProcess in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php
EsiTest::testProcessDoesNothingIfContentTypeIsNotHtml in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php
EsiTest::testProcessEscapesPhpTags in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php
EsiTest::testProcessRemoveSurrogateControlHeader in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php
EsiTest::testProcessWhenNoSrcInAnEsi in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php
@expectedException RuntimeException
ExceptionController::on403Html in drupal/core/lib/Drupal/Core/ExceptionController.php
Processes an AccessDenied exception into an HTTP 403 response.
ExceptionController::on404Html in drupal/core/lib/Drupal/Core/ExceptionController.php
Processes a NotFound exception into an HTTP 404 response.
FirstEntryFinalMatcherTest::testFinalMatcherPattern in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/FirstEntryFinalMatcherTest.php
Confirms the final matcher returns correct attributes for pattern paths.
FirstEntryFinalMatcherTest::testFinalMatcherPatternDefalts in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/FirstEntryFinalMatcherTest.php
Confirms the final matcher returns correct attributes with default values.
FirstEntryFinalMatcherTest::testFinalMatcherStatic in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/FirstEntryFinalMatcherTest.php
Confirms the final matcher returns correct attributes for static paths.
HttpCacheTest::testTerminateDelegatesTerminationOnlyForTerminableInterface in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php
HttpCacheTestCase::request in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTestCase.php
HttpKernel::render in drupal/core/lib/Drupal/Core/HttpKernel.php
Renders a Controller and returns the Response content.
HttpKernelTest::testTerminate in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php
HttpMethodMatcherTest::testFilterRoutes in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/HttpMethodMatcherTest.php
Confirms that the HttpMethod matcher matches properly.
HttpMethodMatcherTest::testNestedMatcher in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/HttpMethodMatcherTest.php
Confirms we can nest multiple partial matchers.
HttpMethodMatcherTest::testNoRouteFound in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/HttpMethodMatcherTest.php
Confirms that the HttpMethod matcher throws an exception for no-route.
KernelTest::testTerminateDelegatesTerminationOnlyForTerminableInterface in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php
KernelTest::testTerminateReturnsSilentlyIfKernelIsNotBooted in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/KernelTest.php
LocaleListenerTest::testDefaultLocaleWithoutSession in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/LocaleListenerTest.php
LocaleListenerTest::testLocaleFromRequestAttribute in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/LocaleListenerTest.php
LocaleListenerTest::testLocaleSetForRoutingContext in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/LocaleListenerTest.php
MimeTypeMatcherTest::testFilterRoutes in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MimeTypeMatcherTest.php
Confirms that the MimeType matcher matches properly.
MimeTypeMatcherTest::testNestedMatcher in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MimeTypeMatcherTest.php
Confirms we can nest multiple partial matchers.
MimeTypeMatcherTest::testNoRouteFound in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/MimeTypeMatcherTest.php
Confirms that the MimeTypeMatcher matcher throws an exception for no-route.
NestedMatcherTest::testNestedMatcher in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/NestedMatcherTest.php
Confirms we can nest multiple partial matchers.
PathMatcherTest::testExactPathMatch in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/PathMatcherTest.php
Confirms that we can find routes with the exact incoming path.
PathMatcherTest::testOutlinePathMatch in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/PathMatcherTest.php
Confirms that we can find routes whose pattern would match the request.
PathMatcherTest::testOutlinePathMatchDefaults in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/PathMatcherTest.php
Confirms that we can find routes whose pattern would match the request.
PathMatcherTest::testOutlinePathMatchDefaultsCollision in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/PathMatcherTest.php
Confirms that we can find routes whose pattern would match the request.
PathMatcherTest::testOutlinePathMatchDefaultsCollision2 in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/PathMatcherTest.php
Confirms that we can find routes whose pattern would match the request.
PathMatcherTest::testOutlinePathMatchTrailingSlash in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/PathMatcherTest.php
Confirms that a trailing slash on the request doesn't result in a 404.
PathMatcherTest::testOutlinePathNoMatch in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/PathMatcherTest.php
Confirms that an exception is thrown when no matching path is found.
PathMatcherTest::testSystemPathMatch in drupal/core/modules/system/lib/Drupal/system/Tests/Routing/PathMatcherTest.php
Confirms that system_path attribute overrides request path.
RequestDataCollectorTest::provider in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/RequestDataCollectorTest.php
RequestMatcherTest::testAnIpv6WithOptionDisabledIpv6 in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php
RequestMatcherTest::testAttributes in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php
RequestMatcherTest::testHost in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php
RequestMatcherTest::testIpv4 in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php
@dataProvider testIpv4Provider
RequestMatcherTest::testIpv6 in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php
@dataProvider testIpv6Provider
RequestMatcherTest::testMethod in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php
RequestMatcherTest::testPath in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php
RequestMatcherTest::testPathWithEncodedCharacters in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php
RequestMatcherTest::testPathWithLocaleIsNotSupported in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php
RequestTest::testCreate in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php
@covers Symfony\Component\HttpFoundation\Request::create
RequestTest::testGetBaseUrl in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php
@dataProvider getBaseUrlData
RequestTest::testGetUriForPath in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php
@covers Symfony\Component\HttpFoundation\Request::getUriForPath
ResponseListenerTest::testFilterDoesNothingIfCharsetIsOverridden in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/ResponseListenerTest.php
ResponseListenerTest::testFilterSetsNonDefaultCharsetIfNotOverridden in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/ResponseListenerTest.php
ResponseListenerTest::testFiltersSetsNonDefaultCharsetIfNotOverriddenOnNonTextContentType in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/ResponseListenerTest.php
ResponseTest::testPrepareRemovesContentForHeadRequests in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php
ResponseTest::testPrepareSetContentType in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ResponseTest.php
RouterListenerTest::createGetResponseEventForUri in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/RouterListenerTest.php
RouterListenerTest::testRequestMatcher in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/RouterListenerTest.php
RouterListenerTest::testSubRequestWithDifferentMethod in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/EventListener/RouterListenerTest.php
Store::invalidate in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/Store.php
Invalidates all cache entries that match the request.
Store::purge in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpCache/Store.php
Purges data for the given URL.
StoreTest::setUp in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php
StoreTest::storeSimpleEntry in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php
StoreTest::testCanonizesUrlsForCacheKeys in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php
StoreTest::testDoesNotFindAnEntryWithLookupWhenNoneExists in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php
StoreTest::testDoesNotReturnEntriesThatVaryWithLookup in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php
StoreTest::testOverwritesNonVaryingResponseWithStore in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php
StoreTest::testRemovesEntriesForKeyWithPurge in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php
StoreTest::testStoresMultipleResponsesForEachVaryCombination in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php
StoreTest::testSucceedsQuietlyWhenInvalidateCalledWithNoMatchingEntries in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php
StreamedResponseTest::testPrepareWith10Protocol in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/StreamedResponseTest.php
StreamedResponseTest::testPrepareWith11Protocol in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/StreamedResponseTest.php
StreamedResponseTest::testPrepareWithHeadRequest in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/StreamedResponseTest.php