public function DateRecurInterpreterInterface::getPlugin in Recurring Dates Field 8.2
Same name and namespace in other branches
- 3.x src/Entity/DateRecurInterpreterInterface.php \Drupal\date_recur\Entity\DateRecurInterpreterInterface::getPlugin()
- 3.0.x src/Entity/DateRecurInterpreterInterface.php \Drupal\date_recur\Entity\DateRecurInterpreterInterface::getPlugin()
- 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\EntityCode
public function getPlugin() : DateRecurInterpreterPluginInterface;