You are here

public function BusinessRulesItemPluginInterface::getRedirectUrl in Business Rules 2.x

Same name and namespace in other branches
  1. 8 src/Plugin/BusinessRulesItemPluginInterface.php \Drupal\business_rules\Plugin\BusinessRulesItemPluginInterface::getRedirectUrl()

Get the redirect url for the item collection route.

Parameters

\Drupal\business_rules\ItemInterface $item: The item go get the Url.

Return value

\Drupal\Core\Url The Url.

1 method overrides BusinessRulesItemPluginInterface::getRedirectUrl()
BusinessRulesItemPluginBase::getRedirectUrl in src/Plugin/BusinessRulesItemPluginBase.php
Get the redirect url for the item collection route.

File

src/Plugin/BusinessRulesItemPluginInterface.php, line 68

Class

BusinessRulesItemPluginInterface
Interface BusinessRulesItemInterface.

Namespace

Drupal\business_rules\Plugin

Code

public function getRedirectUrl(ItemInterface $item);