You are here

public function DateRecurEntityHooks::__construct in Recurring Dates Field 8

Constructs a new DateRecurEntityHooks.

Parameters

\Drupal\Component\Plugin\PluginManagerInterface $dateRecurOccurrenceManager: Provides the Date recur occurrence handler plugin manager.

File

src/DateRecurEntityHooks.php, line 27

Class

DateRecurEntityHooks
Reacts to Drupal entity hooks.

Namespace

Drupal\date_recur

Code

public function __construct(PluginManagerInterface $dateRecurOccurrenceManager) {
  $this->dateRecurOccurrenceManager = $dateRecurOccurrenceManager;
}