You are here

public function SmsGatewayInterface::getPluginId in SMS Framework 2.1.x

Same name and namespace in other branches
  1. 8 src/Entity/SmsGatewayInterface.php \Drupal\sms\Entity\SmsGatewayInterface::getPluginId()
  2. 2.x src/Entity/SmsGatewayInterface.php \Drupal\sms\Entity\SmsGatewayInterface::getPluginId()

Returns the plugin ID.

Return value

string The plugin ID for this SMS Gateway.

1 method overrides SmsGatewayInterface::getPluginId()
SmsGateway::getPluginId in src/Entity/SmsGateway.php
Returns the plugin ID.

File

src/Entity/SmsGatewayInterface.php, line 28

Class

SmsGatewayInterface
Provides an interface defining a SMS Gateway entity.

Namespace

Drupal\sms\Entity

Code

public function getPluginId();