You are here

public function RuleInterface::isActive in RNG - Events and Registrations 8.2

Same name and namespace in other branches
  1. 3.x src/Entity/RuleInterface.php \Drupal\rng\Entity\RuleInterface::isActive()

Determine if the can be executed.

Return value

bool Whether the rule can be executed.

1 method overrides RuleInterface::isActive()
Rule::isActive in src/Entity/Rule.php
Determine if the can be executed.

File

src/Entity/RuleInterface.php, line 34

Class

RuleInterface
Provides an interface for event rule entities.

Namespace

Drupal\rng\Entity

Code

public function isActive();