You are here

public function DateRecurInterpreterInterface::setPlugin in Recurring Dates Field 3.1.x

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

Set the plugin ID.

Parameters

string $plugin_id: The plugin ID.

1 method overrides DateRecurInterpreterInterface::setPlugin()
DateRecurInterpreter::setPlugin in src/Entity/DateRecurInterpreter.php
Set the plugin ID.

File

src/Entity/DateRecurInterpreterInterface.php, line 30

Class

DateRecurInterpreterInterface
Interface for Recurring Date interpreters.

Namespace

Drupal\date_recur\Entity

Code

public function setPlugin($plugin_id) : void;