You are here

public function RulesUiHandlerInterface::getBaseRouteUrl in Rules 8.3

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\Ui

Code

public function getBaseRouteUrl(array $options = []);