You are here

public function DateRecurInterpreterInterface::getPlugin in Recurring Dates Field 3.x

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

Get the plugin.

Return value

\Drupal\date_recur\Plugin\DateRecurInterpreterPluginInterface The plugin.

1 method overrides DateRecurInterpreterInterface::getPlugin()
DateRecurInterpreter::getPlugin in src/Entity/DateRecurInterpreter.php
Get the plugin.

File

src/Entity/DateRecurInterpreterInterface.php, line 22

Class

DateRecurInterpreterInterface
Interface for Recurring Date interpreters.

Namespace

Drupal\date_recur\Entity

Code

public function getPlugin() : DateRecurInterpreterPluginInterface;