You are here

protected property IntervalPluginManager::$defaults in Interval Field 8

A set of defaults to be referenced by $this->processDefinition() if additional processing of plugins is necessary or helpful for development purposes.

Type: array

Overrides DefaultPluginManager::$defaults

File

src/IntervalPluginManager.php, line 20

Class

IntervalPluginManager
Configurable interval manager.

Namespace

Drupal\interval

Code

protected $defaults = [
  'plural' => '',
  'singular' => '',
  'php' => 'hours',
  'multiplier' => 1,
  'class' => 'Drupal\\interval\\IntervalBase',
  'id' => '',
];