You are here

public function RuleScheduleInterface::incrementAttempts in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 src/Entity/RuleScheduleInterface.php \Drupal\rng\Entity\RuleScheduleInterface::incrementAttempts()

Increment number of attempts.

Attempt count is incremented before rule execution.

Return value

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

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

File

src/Entity/RuleScheduleInterface.php, line 77

Class

RuleScheduleInterface
Provides an interface defining a rule scheduler entity.

Namespace

Drupal\rng\Entity

Code

public function incrementAttempts();