You are here

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

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

Returns the plugin ID.

Return value

string The plugin ID for this SMS Gateway.

Overrides SmsGatewayInterface::getPluginId

File

src/Entity/SmsGateway.php, line 200

Class

SmsGateway
Defines storage for an SMS Gateway instance.

Namespace

Drupal\sms\Entity

Code

public function getPluginId() {
  return $this->plugin;
}