public function RuleInterface::isActive in RNG - Events and Registrations 8
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/
RuleInterface.php, line 34
Class
- RuleInterface
- Provides an interface for event rule entities.
Namespace
Drupal\rngCode
public function isActive();