public function DateRecurRRule::key in Recurring Dates Field 8
Return the key of the current element
File
- src/
DateRecurRRule.php, line 396
Class
Namespace
Drupal\date_recurCode
public function key() {
return $this->rrule
->key();
}
Return the key of the current element
public function key() {
return $this->rrule
->key();
}