You are here

public function DateRecurRRule::key in Recurring Dates Field 8

Return the key of the current element

File

src/DateRecurRRule.php, line 396

Class

DateRecurRRule

Namespace

Drupal\date_recur

Code

public function key() {
  return $this->rrule
    ->key();
}