function RulesUiHandlerInterface::getBaseRouteUrl
Returns the URL of the base route, based on the current URL.
Parameters
array $options: (optional) Options for generating the URL, as supported by \Drupal\Core\Url::fromRoute().
Return value
\Drupal\Core\Url The URL of the base route.
1 method overrides RulesUiHandlerInterface::getBaseRouteUrl()
- RulesUiConfigHandler::getBaseRouteUrl in src/
Ui/ RulesUiConfigHandler.php - Returns the URL of the base route, based on the current URL.
File
-
src/
Ui/ RulesUiHandlerInterface.php, line 78
Class
- RulesUiHandlerInterface
- Interface for Rules UI handlers.
Namespace
Drupal\rules\UiCode
public function getBaseRouteUrl(array $options = []);