You are here

public function BusinessRuleInterface::isEnabled in Business Rules 8

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

Returns TRUE if the BusinessRule is enabled and FALSE if not.

Return value

bool If the rule is enabled.

1 method overrides BusinessRuleInterface::isEnabled()
BusinessRule::isEnabled in src/Entity/BusinessRule.php
Returns TRUE if the BusinessRule is enabled and FALSE if not.

File

src/BusinessRuleInterface.php, line 171

Class

BusinessRuleInterface
Provides an interface for defining Rule entities.

Namespace

Drupal\business_rules

Code

public function isEnabled();