public function SmsGateway::getPluginId in SMS Framework 8
Same name and namespace in other branches
- 2.x 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 187
Class
- SmsGateway
- Defines storage for an SMS Gateway instance.
Namespace
Drupal\sms\EntityCode
public function getPluginId() {
return $this->plugin;
}