Search for redirect
- Search 7.x for redirect
- Search 9.5.x for redirect
- Search 8.9.x for redirect
- Search 11.x for redirect
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
RedirectResponseSubscriber::checkRedirectUrl | function | core/ |
Allows manipulation of the response object when performing a redirect. |
RedirectResponseSubscriber::getDestinationAsAbsoluteUrl | function | core/ |
Converts the passed in destination into an absolute URL. |
RedirectResponseSubscriber::getSubscribedEvents | function | core/ |
Registers the methods in this class that should be listeners. |
RedirectResponseSubscriber::setIgnoreDestination | function | core/ |
Set whether the redirect response will ignore the destination query param. |
RedirectResponseSubscriber::__construct | function | core/ |
Constructs a RedirectResponseSubscriber object. |
RedirectResponseSubscriberTest | class | core/ |
@coversDefaultClass \Drupal\Core\EventSubscriber\RedirectResponseSubscriber @group EventSubscriber |
RedirectResponseSubscriberTest.php | file | core/ |
|
RedirectResponseSubscriberTest::$loggerClosure | property | core/ |
The mocked logger closure. |
RedirectResponseSubscriberTest::$requestContext | property | core/ |
The mocked request context. |
RedirectResponseSubscriberTest::$urlAssembler | property | core/ |
The mocked request context. |
RedirectResponseSubscriberTest::providerTestDestinationRedirect | function | core/ |
Data provider for testDestinationRedirect(). |
RedirectResponseSubscriberTest::providerTestDestinationRedirectToExternalUrl | function | core/ |
Data provider for testDestinationRedirectToExternalUrl(). |
RedirectResponseSubscriberTest::providerTestDestinationRedirectWithInvalidUrl | function | core/ |
Data provider for testDestinationRedirectWithInvalidUrl(). |
RedirectResponseSubscriberTest::setUp | function | core/ |
|
RedirectResponseSubscriberTest::testDestinationRedirect | function | core/ |
Tests destination detection and redirection. |
RedirectResponseSubscriberTest::testDestinationRedirectToExternalUrl | function | core/ |
@dataProvider providerTestDestinationRedirectToExternalUrl |
RedirectResponseSubscriberTest::testDestinationRedirectWithInvalidUrl | function | core/ |
@dataProvider providerTestDestinationRedirectWithInvalidUrl |
RedirectResponseSubscriberTest::testRedirectWithOptInExternalUrl | function | core/ |
@covers ::checkRedirectUrl |
RedirectTest | class | core/ |
Tests form redirection functionality. |
RedirectTest | class | core/ |
Tests the redirecting after saving a views. |
RedirectTest.php | file | core/ |
|
RedirectTest.php | file | core/ |
|
RedirectTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
RedirectTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
RedirectTest::$modules | property | core/ |
Modules to install. |
RedirectTest::$testViews | property | core/ |
Views used by this test. |
RedirectTest::testRedirect | function | core/ |
Tests form redirection. |
RedirectTest::testRedirect | function | core/ |
Tests the redirecting. |
RedirectTest::testRedirectFromErrorPages | function | core/ |
Tests form redirection from 404/403 pages with the Block form. |
redirect_leading_slashes_subscriber | service | core/ |
Drupal\Core\EventSubscriber\RedirectLeadingSlashesSubscriber |
redirect_response_subscriber | service | core/ |
Drupal\Core\EventSubscriber\RedirectResponseSubscriber |
RouteSubscriber::addRedirectRoute | function | core/ |
Adds a redirect route. |
ScanDirectoryTest::testIgnoreDirectories | function | core/ |
Tests ::scanDirectory obeys 'file_scan_ignore_directories' setting. |
SearchController::redirectSearchPage | function | core/ |
Redirects to a search page. |
SectionStorageInterface::getRedirectUrl | function | core/ |
Gets the URL used when redirecting away from the Layout Builder UI. |
SecuredRedirectResponse | class | core/ |
Provides a common base class for safe redirects. |
SecuredRedirectResponse.php | file | core/ |
|
SecuredRedirectResponse::createFromRedirectResponse | function | core/ |
Copies an existing redirect response into a safe one. |
SecuredRedirectResponse::fromResponse | function | core/ |
Copies over the values from the given response. |
SecuredRedirectResponse::isSafe | function | core/ |
Returns whether the URL is considered as safe to redirect to. |
SecuredRedirectResponse::setTargetUrl | function | core/ |
|
SecuredRedirectResponseTest | class | core/ |
Test secure redirect base class. |
SecuredRedirectResponseTest.php | file | core/ |
|
SecuredRedirectResponseTest::testRedirectCopy | function | core/ |
Tests copying of redirect response. |
SecuredRedirectStub | class | core/ |
|
SecuredRedirectStub::isSafe | function | core/ |
Returns whether the URL is considered as safe to redirect to. |
ShortcutDeleteForm::getRedirectUrl | function | core/ |
Returns the URL where the user should be redirected after deletion. |
SimpleConfigSectionStorage::getRedirectUrl | function | core/ |
Gets the URL used when redirecting away from the Layout Builder UI. |
SystemListingTest::testFileScanIgnoreDirectory | function | core/ |
Tests that directories matching file_scan_ignore_directories are ignored. |
SystemTestController::respondWithCacheableRedirectResponse | function | core/ |
Returns a CacheableRedirectResponse with the given status code. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.