You are here

public function BusinessRulesItemPluginInterface::processTokens in Business Rules 8

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

Process the tokens on the settings property for the item.

Parameters

\Drupal\business_rules\ItemInterface $item: The Business Rules item.

\Drupal\business_rules\Events\BusinessRulesEvent $event: The BusinessRulesEvent that triggered the processor.

1 method overrides BusinessRulesItemPluginInterface::processTokens()
BusinessRulesItemPluginBase::processTokens in src/Plugin/BusinessRulesItemPluginBase.php
Process the tokens on the settings property for the item.

File

src/Plugin/BusinessRulesItemPluginInterface.php, line 140

Class

BusinessRulesItemPluginInterface
Interface BusinessRulesItemInterface.

Namespace

Drupal\business_rules\Plugin

Code

public function processTokens(ItemInterface &$item, BusinessRulesEvent $event);