You are here

interface SmsGatewayPluginManagerInterface in SMS Framework 2.1.x

Same name and namespace in other branches
  1. 8 src/Plugin/SmsGatewayPluginManagerInterface.php \Drupal\sms\Plugin\SmsGatewayPluginManagerInterface
  2. 2.x src/Plugin/SmsGatewayPluginManagerInterface.php \Drupal\sms\Plugin\SmsGatewayPluginManagerInterface

Manages SMS Gateways.

Hierarchy

Expanded class hierarchy of SmsGatewayPluginManagerInterface

All classes that implement SmsGatewayPluginManagerInterface

File

src/Plugin/SmsGatewayPluginManagerInterface.php, line 12

Namespace

Drupal\sms\Plugin
View source
interface SmsGatewayPluginManagerInterface 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