You are here

public function BusinessRuleInterface::getConditions in Business Rules 8

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

Get the current Business Rule's conditions.

Return value

array Array of conditions.

1 method overrides BusinessRuleInterface::getConditions()
BusinessRule::getConditions in src/Entity/BusinessRule.php
Get the current Business Rule's conditions.

File

src/BusinessRuleInterface.php, line 72

Class

BusinessRuleInterface
Provides an interface for defining Rule entities.

Namespace

Drupal\business_rules

Code

public function getConditions();