You are here

public function DateRecurHelperInterface::getRules in Recurring Dates Field 3.x

Same name and namespace in other branches
  1. 8.2 src/DateRecurHelperInterface.php \Drupal\date_recur\DateRecurHelperInterface::getRules()
  2. 3.0.x src/DateRecurHelperInterface.php \Drupal\date_recur\DateRecurHelperInterface::getRules()
  3. 3.1.x src/DateRecurHelperInterface.php \Drupal\date_recur\DateRecurHelperInterface::getRules()

Get the rules that comprise this helper.

Return value

\Drupal\date_recur\DateRecurRuleInterface[] The rules that comprise this helper.

3 methods override DateRecurHelperInterface::getRules()
DateRecurHelper::getRules in src/DateRecurHelper.php
Get the rules that comprise this helper.
DateRecurNonRecurringHelper::getRules in src/DateRecurNonRecurringHelper.php
Get the rules that comprise this helper.
RlHelper::getRules in src/Rl/RlHelper.php
Get the rules that comprise this helper.

File

src/DateRecurHelperInterface.php, line 35

Class

DateRecurHelperInterface
Interface for recurring rule helper.

Namespace

Drupal\date_recur

Code

public function getRules() : array;