You are here

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

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

The Business rule's items.

Return value

array Array of BusinessRulesItemObject.

File

src/ItemableInterface.php, line 20

Class

ItemableInterface
Interface ItemableInterface.

Namespace

Drupal\business_rules

Code

public function getItems();