public function DateRecurHelperInterface::getRules in Recurring Dates Field 8.2
Same name and namespace in other branches
- 3.x src/DateRecurHelperInterface.php \Drupal\date_recur\DateRecurHelperInterface::getRules()
- 3.0.x src/DateRecurHelperInterface.php \Drupal\date_recur\DateRecurHelperInterface::getRules()
- 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_recurCode
public function getRules() : array;