You are here

interface DeclaredEmailManagerInterface in Easy Email 2.0.x

Same name and namespace in other branches
  1. 8 modules/easy_email_override/src/Service/DeclaredEmailManagerInterface.php \Drupal\easy_email_override\Service\DeclaredEmailManagerInterface

Defines the interface for email plugin managers.

Hierarchy

Expanded class hierarchy of DeclaredEmailManagerInterface

All classes that implement DeclaredEmailManagerInterface

1 file declares its use of DeclaredEmailManagerInterface
EmailOverrideForm.php in modules/easy_email_override/src/Form/EmailOverrideForm.php

File

modules/easy_email_override/src/Service/DeclaredEmailManagerInterface.php, line 10

Namespace

Drupal\easy_email_override\Service
View source
interface DeclaredEmailManagerInterface 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