Search for destination
- Search 7.x for destination
- Search 8.9.x for destination
- Search 10.3.x for destination
- Search 11.x for destination
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| plugin.manager.migrate.destination | service | core/ |
Drupal\migrate\Plugin\MigrateDestinationPluginManager |
| redirect.destination | service | core/ |
Drupal\Core\Routing\RedirectDestination |
| 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[[api-linebreak]] @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/ |
|
| RedirectDestinationTest::setUp | function | core/ |
|
| RedirectDestinationTest::setupUrlGenerator | function | core/ |
|
| RedirectDestinationTest::testGet | function | core/ |
Tests destination passed via $_GET. |
| RedirectDestinationTest::testGetAsArray | function | core/ |
@dataProvider providerGet |
| RedirectDestinationTest::testSetAfterGetCall | function | core/ |
@covers ::set[[api-linebreak]] @covers ::get[[api-linebreak]] |
| RedirectDestinationTest::testSetBeforeGetCall | function | core/ |
@covers ::set[[api-linebreak]] @covers ::get[[api-linebreak]] |
| RedirectDestinationTrait | trait | core/ |
Wrapper methods for the Redirect Destination. |
| RedirectDestinationTrait.php | file | core/ |
|
| RedirectDestinationTrait::$redirectDestination | property | core/ |
The redirect destination service. |
| RedirectDestinationTrait::getDestinationArray | function | core/ |
Prepares a 'destination' URL query parameter for use with \Drupal\Core\Url. |
| RedirectDestinationTrait::getRedirectDestination | function | core/ |
Returns the redirect destination service. |
| RedirectDestinationTrait::setRedirectDestination | function | core/ |
Sets the redirect destination service. |
| RedirectResponseSubscriber::getDestinationAsAbsoluteUrl | function | core/ |
Converts the passed in destination into an absolute URL. |
| 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::testDestinationRedirect | function | core/ |
Tests destination detection and redirection. |
| RedirectResponseSubscriberTest::testDestinationRedirectToExternalUrl | function | core/ |
@dataProvider providerTestDestinationRedirectToExternalUrl |
| RedirectResponseSubscriberTest::testDestinationRedirectWithInvalidUrl | function | core/ |
@dataProvider providerTestDestinationRedirectWithInvalidUrl |
| RequestSanitizer::checkDestination | function | core/ |
Checks a destination string to see if it is dangerous. |
| RequestSanitizerTest::providerTestAcceptableDestinations | function | core/ |
Data provider for testing acceptable destinations. |
| RequestSanitizerTest::providerTestSanitizedDestinations | function | core/ |
Data provider for testing sanitized destinations. |
| RequestSanitizerTest::testAcceptableDestinationGet | function | core/ |
Tests acceptable destinations are not removed from GET requests. |
| RequestSanitizerTest::testAcceptableDestinationPost | function | core/ |
Tests acceptable destinations are not removed from POST requests. |
| RequestSanitizerTest::testSanitizedDestinationGet | function | core/ |
Tests unacceptable destinations are removed from GET requests. |
| RequestSanitizerTest::testSanitizedDestinationPost | function | core/ |
Tests unacceptable destinations are removed from GET requests. |
| RequirementsAwareDestinationInterface | interface | core/ |
Defines the RequirementsAwareDestinationInterface. |
| Row::$destination | property | core/ |
The destination values. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.