You are here

SmsGatewayPluginManagerInterface.php in SMS Framework 8

Namespace

Drupal\sms\Plugin

File

src/Plugin/SmsGatewayPluginManagerInterface.php
View source
<?php

namespace Drupal\sms\Plugin;

use Drupal\Component\Plugin\PluginManagerInterface;

/**
 * Manages SMS Gateways.
 */
interface SmsGatewayPluginManagerInterface extends PluginManagerInterface {

}

Interfaces

Namesort descending Description
SmsGatewayPluginManagerInterface Manages SMS Gateways.