You are here

protected property DateRecurInterpreterPluginCollection::$id in Recurring Dates Field 3.x

Same name and namespace in other branches
  1. 8.2 src/Plugin/DateRecurInterpreterPluginCollection.php \Drupal\date_recur\Plugin\DateRecurInterpreterPluginCollection::id
  2. 3.0.x src/Plugin/DateRecurInterpreterPluginCollection.php \Drupal\date_recur\Plugin\DateRecurInterpreterPluginCollection::id
  3. 3.1.x src/Plugin/DateRecurInterpreterPluginCollection.php \Drupal\date_recur\Plugin\DateRecurInterpreterPluginCollection::id

The ID of the date recur interpreter entity using this plugin.

Type: string

File

src/Plugin/DateRecurInterpreterPluginCollection.php, line 20

Class

DateRecurInterpreterPluginCollection
Provides a container for lazily loading date recur interpreter plugins.

Namespace

Drupal\date_recur\Plugin

Code

protected $id;