You are here

public function DateRecurInterpreterPluginBase::getConfiguration in Recurring Dates Field 8.2

Same name and namespace in other branches
  1. 3.x src/Plugin/DateRecurInterpreterPluginBase.php \Drupal\date_recur\Plugin\DateRecurInterpreterPluginBase::getConfiguration()
  2. 3.0.x src/Plugin/DateRecurInterpreterPluginBase.php \Drupal\date_recur\Plugin\DateRecurInterpreterPluginBase::getConfiguration()
  3. 3.1.x src/Plugin/DateRecurInterpreterPluginBase.php \Drupal\date_recur\Plugin\DateRecurInterpreterPluginBase::getConfiguration()

Gets this plugin's configuration.

Return value

array An array of this plugin's configuration.

Overrides ConfigurablePluginInterface::getConfiguration

2 calls to DateRecurInterpreterPluginBase::getConfiguration()
RlInterpreter::interpret in src/Plugin/DateRecurInterpreter/RlInterpreter.php
Interpret a set of rules in a language.
TestInterpreter::interpret in tests/modules/date_recur_interpreter_test/src/Plugin/DateRecurInterpreter/TestInterpreter.php
Interpret a set of rules in a language.

File

src/Plugin/DateRecurInterpreterPluginBase.php, line 28

Class

DateRecurInterpreterPluginBase
Base class for date recur interpreter plugins.

Namespace

Drupal\date_recur\Plugin

Code

public function getConfiguration() : array {
  return $this->configuration;
}