You are here

public function ItemableInterface::filterContextAvailableItems in Business Rules 2.x

Same name and namespace in other branches
  1. 8 src/ItemableInterface.php \Drupal\business_rules\ItemableInterface::filterContextAvailableItems()

Return a list of Conditions|Actions compatible with the Rule.

Parameters

array $items: Array of Conditions|Actions.

Return value

array The available items considering the rule context.

File

src/ItemableInterface.php, line 31

Class

ItemableInterface
Interface ItemableInterface.

Namespace

Drupal\business_rules

Code

public function filterContextAvailableItems(array $items);