Search for redirect
- Search 7.x for redirect
- Search 9.5.x for redirect
- Search 10.3.x for redirect
- Search 11.x for redirect
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
LocalRedirectResponse | class | core/ |
Provides a redirect response which cannot redirect to an external URL. |
LocalRedirectResponse.php | file | core/ |
|
MediaUiFunctionalTest::testMediaCreateRedirect | function | core/ |
Tests the redirect URL after creating a media item. |
MenuLinkAdd::$redirectDestination | property | core/ |
The redirect destination. |
MenuLinkContentDeleteForm::getRedirectUrl | function | core/ |
Returns the URL where the user should be redirected after deletion. |
NodeTranslationRedirectTest | class | core/ |
Tests node translation redirections. |
NodeTranslationRedirectTest | class | core/ |
Tests node translation redirections. |
NodeTranslationRedirectTest.php | file | core/ |
|
NodeTranslationRedirectTest.php | file | core/ |
|
NodeTranslationRedirectTest::$modules | property | core/ |
Modules to enable. |
NodeTranslationRedirectTest::$modules | property | core/ |
Modules to enable. |
NodeTranslationRedirectTest::setUp | function | core/ |
|
NodeTranslationRedirectTest::setUp | function | core/ |
|
NodeTranslationRedirectTest::testNodeTranslationRedirect | function | core/ |
Tests that not found node translations are redirected. |
NodeTranslationRedirectTest::testNodeTranslationRedirect | function | core/ |
Tests that not found node translations are redirected. |
OverridesEntityForm::redirectOnSubmit | function | core/ |
Form submission handler. |
OverridesSectionStorage::getRedirectUrl | function | core/ |
Gets the URL used when redirecting away from the Layout Builder UI. |
PlaceBlockPageVariant::$redirectDestination | property | core/ |
The redirect destination. |
ProcessingTest::testBatchRedirectFinishedCallback | function | core/ |
Tests batches that redirect in the batch finished callback. |
redirect.destination | service | core/ |
Drupal\Core\Routing\RedirectDestination |
RedirectBlockForm | class | core/ |
Builds a simple form that redirects on submit. |
RedirectBlockForm.php | file | core/ |
|
RedirectBlockForm::buildForm | function | core/ |
Form constructor. |
RedirectBlockForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
RedirectBlockForm::submitForm | function | core/ |
Form submission handler. |
RedirectCommand | class | core/ |
Defines an AJAX command to set the window.location, loading that URL. |
RedirectCommand.php | file | core/ |
|
RedirectCommand::$url | property | core/ |
The URL that will be loaded into window.location. |
RedirectCommand::render | function | core/ |
Implements \Drupal\Core\Ajax\CommandInterface:render(). |
RedirectCommand::__construct | function | core/ |
Constructs an RedirectCommand object. |
RedirectDestination | class | core/ |
Provides helpers for redirect destinations. |
RedirectDestination.php | file | core/ |
|
RedirectDestination::$destination | property | core/ |
The destination used by the current request. |
RedirectDestination::$requestStack | property | core/ |
The request stack. |
RedirectDestination::$urlGenerator | property | core/ |
The URL generator. |
RedirectDestination::get | function | core/ |
Gets the destination as a path. |
RedirectDestination::getAsArray | function | core/ |
Prepares a 'destination' URL query parameter for use with \Drupal\Core\Url. |
RedirectDestination::set | function | core/ |
Sets the destination as URL. |
RedirectDestination::__construct | function | core/ |
Constructs a new RedirectDestination instance. |
RedirectDestinationInterface | interface | core/ |
Provides an interface for redirect destinations. |
RedirectDestinationInterface.php | file | core/ |
|
RedirectDestinationInterface::get | function | core/ |
Gets the destination as a path. |
RedirectDestinationInterface::getAsArray | function | core/ |
Prepares a 'destination' URL query parameter for use with \Drupal\Core\Url. |
RedirectDestinationInterface::set | function | core/ |
Sets the destination as URL. |
RedirectDestinationTest | class | core/ |
@coversDefaultClass \Drupal\Core\Routing\RedirectDestination @group Routing |
RedirectDestinationTest.php | file | core/ |
|
RedirectDestinationTest::$redirectDestination | property | core/ |
The tested redirect destination. |
RedirectDestinationTest::$requestStack | property | core/ |
The request stack. |
RedirectDestinationTest::$urlGenerator | property | core/ |
The mocked URL generator. |
RedirectDestinationTest::providerGet | function | core/ |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.