public function SmsGateway::getPluginId in SMS Framework 2.x
Same name and namespace in other branches
- 8 src/Entity/SmsGateway.php \Drupal\sms\Entity\SmsGateway::getPluginId()
- 2.1.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\EntityCode
public function getPluginId() {
return $this->plugin;
}