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 |
---|---|---|---|
SystemTestController::respondWithLocalRedirectResponse | function | core/ |
Returns a LocalRedirectResponse with the given status code. |
SystemTestController::respondWithTrustedRedirectResponse | function | core/ |
Returns a TrustedRedirectResponse with the given status code. |
TermDeleteForm::getRedirectUrl | function | core/ |
Returns the URL where the user should be redirected after deletion. |
TestSiteInstallCommand::ensureDirectory | function | core/ |
Ensures that the sites/simpletest directory exists and is writable. |
TestStateBasedSectionStorage::getRedirectUrl | function | core/ |
Gets the URL used when redirecting away from the Layout Builder UI. |
TrustedRedirectResponse | class | core/ |
Provides a redirect response which contains trusted URLs. |
TrustedRedirectResponse.php | file | core/ |
|
TrustedRedirectResponse::$trustedUrls | property | core/ |
A list of trusted URLs, which are safe to redirect to. |
TrustedRedirectResponse::isSafe | function | core/ |
Returns whether the URL is considered as safe to redirect to. |
TrustedRedirectResponse::setTrustedTargetUrl | function | core/ |
Sets the target URL to a trusted URL. |
TrustedRedirectResponse::__construct | function | core/ |
|
TrustedRedirectResponseTest | class | core/ |
@coversDefaultClass \Drupal\Core\Routing\TrustedRedirectResponse @group Routing |
TrustedRedirectResponseTest.php | file | core/ |
|
TrustedRedirectResponseTest::providerCreateFromRedirectResponse | function | core/ |
|
TrustedRedirectResponseTest::testCreateFromRedirectResponse | function | core/ |
@covers ::createFromRedirectResponse @dataProvider providerCreateFromRedirectResponse |
TrustedRedirectResponseTest::testSetTargetUrlWithInternalUrl | function | core/ |
@covers ::setTargetUrl |
TrustedRedirectResponseTest::testSetTargetUrlWithTrustedUrl | function | core/ |
@covers ::setTargetUrl |
TrustedRedirectResponseTest::testSetTargetUrlWithUntrustedUrl | function | core/ |
@covers ::setTargetUrl |
UpdateController::updateRedirect | function | core/ |
Provides a redirect to update page. |
UserAuthTest::testAddCheckToUrlForTrustedRedirectResponse | function | core/ |
Tests the auth that ends in a redirect from subdomain to TLD. |
UserAuthTest::testAddCheckToUrlForTrustedRedirectResponseWithFragment | function | core/ |
Tests the auth that ends in a redirect from subdomain with a fragment to TLD. |
UserController::determineErrorRedirect | function | core/ |
Validates user, hash, and timestamp. |
UserListBuilder::$redirectDestination | property | core/ |
The redirect destination service. |
VariationCache::getRedirectChain | function | core/ |
Performs a full get, returning every step of the way. |
ViewAjaxController::$redirectDestination | property | core/ |
The redirect destination. |
ViewAjaxControllerTest::$redirectDestination | property | core/ |
The redirect destination. |
views.view.test_block_content_redirect_destination.yml | file | core/ |
core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_block_content_redirect_destination.yml |
views.view.test_redirect_view.yml | file | core/ |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_redirect_view.yml |
Pagination
- Previous page
- Page 6
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.