You are here

constant RuleSchedule::ATTEMPTS_MAX in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 src/Entity/RuleSchedule.php \Drupal\rng\Entity\RuleSchedule::ATTEMPTS_MAX
  2. 8 src/Entity/RuleSchedule.php \Drupal\rng\Entity\RuleSchedule::ATTEMPTS_MAX

Maximum number of trigger attempts before giving up.

File

src/Entity/RuleSchedule.php, line 26

Class

RuleSchedule
Defines the rule scheduler entity.

Namespace

Drupal\rng\Entity

Code

const ATTEMPTS_MAX = 5;