interface DeclaredEmailManagerInterface in Easy Email 8
Same name and namespace in other branches
- 2.0.x modules/easy_email_override/src/Service/DeclaredEmailManagerInterface.php \Drupal\easy_email_override\Service\DeclaredEmailManagerInterface
Defines the interface for email plugin managers.
Hierarchy
- interface \Drupal\Component\Plugin\Discovery\DiscoveryInterface; interface \Drupal\Component\Plugin\Factory\FactoryInterface; interface \Drupal\Component\Plugin\Mapper\MapperInterface
- interface \Drupal\Component\Plugin\PluginManagerInterface
- interface \Drupal\easy_email_override\Service\DeclaredEmailManagerInterface
- interface \Drupal\Component\Plugin\PluginManagerInterface
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\ServiceView source
interface DeclaredEmailManagerInterface extends PluginManagerInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
DiscoveryInterface:: |
public | function | Gets a specific plugin definition. | 4 |
DiscoveryInterface:: |
public | function | Gets the definition of all plugins for this type. | 3 |
DiscoveryInterface:: |
public | function | Indicates if a specific plugin definition exists. | 2 |
FactoryInterface:: |
public | function | Creates a pre-configured instance of a plugin. | 7 |
MapperInterface:: |
public | function | Gets a preconfigured instance of a plugin. | 4 |