You are here

public function RuleScheduleInterface::incrementAttempts in RNG - Events and Registrations 8

Increment number of attempts.

Attempt count is incremented before rule execution.

Return value

\Drupal\rng\RuleScheduleInterface Returns rule schedule for chaining.

1 method overrides RuleScheduleInterface::incrementAttempts()
RuleSchedule::incrementAttempts in src/Entity/RuleSchedule.php
Increment number of attempts.

File

src/RuleScheduleInterface.php, line 77

Class

RuleScheduleInterface
Provides an interface defining a rule scheduler entity.

Namespace

Drupal\rng

Code

public function incrementAttempts();