Provides an interface for redirect destinations.
Hierarchy
- interface \Drupal\Core\Routing\RedirectDestinationInterface
File
- core/lib/Drupal/Core/Routing/RedirectDestinationInterface.php, line 8
Namespace
Drupal\Core\Routing
Members
Name | Modifiers | Type | Description |
---|---|---|---|
RedirectDestinationInterface::get | public | function | Gets the destination as a path. |
RedirectDestinationInterface::getAsArray | public | function | Prepares a 'destination' URL query parameter for use with \Drupal\Core\Url. |
RedirectDestinationInterface::set | public | function | Sets the destination as URL. |
Please login to continue.