You are here

public function BusinessRulesItemPluginInterface::processSettings in Business Rules 8

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

Process the item settings before it's saved.

Parameters

array $settings: The settings to be processed before save the Business Rule Item.

\Drupal\business_rules\ItemInterface $item: The item being processed.

Return value

array The processed settings.

1 method overrides BusinessRulesItemPluginInterface::processSettings()
BusinessRulesItemPluginBase::processSettings in src/Plugin/BusinessRulesItemPluginBase.php
Process the item settings before it's saved.

File

src/Plugin/BusinessRulesItemPluginInterface.php, line 130

Class

BusinessRulesItemPluginInterface
Interface BusinessRulesItemInterface.

Namespace

Drupal\business_rules\Plugin

Code

public function processSettings(array $settings, ItemInterface $item);