public function SmsGatewayInterface::getPlugin in SMS Framework 2.1.x
Same name and namespace in other branches
- 8 src/Entity/SmsGatewayInterface.php \Drupal\sms\Entity\SmsGatewayInterface::getPlugin()
- 2.x src/Entity/SmsGatewayInterface.php \Drupal\sms\Entity\SmsGatewayInterface::getPlugin()
Returns the plugin instance.
Return value
\Drupal\sms\Plugin\SmsGatewayPluginInterface The plugin instance for this SMS Gateway.
1 method overrides SmsGatewayInterface::getPlugin()
- SmsGateway::getPlugin in src/
Entity/ SmsGateway.php - Returns the plugin instance.
File
- src/
Entity/ SmsGatewayInterface.php, line 20
Class
- SmsGatewayInterface
- Provides an interface defining a SMS Gateway entity.
Namespace
Drupal\sms\EntityCode
public function getPlugin();