You are here

interface DateRecurInterpreterManagerInterface in Recurring Dates Field 3.0.x

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

Interface for date recur interpreter plugin manager.

Hierarchy

Expanded class hierarchy of DateRecurInterpreterManagerInterface

All classes that implement DateRecurInterpreterManagerInterface

1 file declares its use of DateRecurInterpreterManagerInterface
DateRecurInterpreterEditForm.php in src/Form/DateRecurInterpreterEditForm.php

File

src/Plugin/DateRecurInterpreterManagerInterface.php, line 12

Namespace

Drupal\date_recur\Plugin
View source
interface DateRecurInterpreterManagerInterface extends PluginManagerInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
DiscoveryInterface::getDefinition public function Gets a specific plugin definition. 4
DiscoveryInterface::getDefinitions public function Gets the definition of all plugins for this type. 3
DiscoveryInterface::hasDefinition public function Indicates if a specific plugin definition exists. 1
FactoryInterface::createInstance public function Creates a pre-configured instance of a plugin. 6
MapperInterface::getInstance public function Gets a preconfigured instance of a plugin. 3