public function SmsGatewayPluginBase::getConfiguration in SMS Framework 8
Same name and namespace in other branches
- 2.x src/Plugin/SmsGatewayPluginBase.php \Drupal\sms\Plugin\SmsGatewayPluginBase::getConfiguration()
- 2.1.x src/Plugin/SmsGatewayPluginBase.php \Drupal\sms\Plugin\SmsGatewayPluginBase::getConfiguration()
Gets this plugin's configuration.
Return value
array An array of this plugin's configuration.
Overrides ConfigurablePluginInterface::getConfiguration
1 call to SmsGatewayPluginBase::getConfiguration()
- Memory::buildConfigurationForm in tests/
modules/ sms_test_gateway/ src/ Plugin/ SmsGateway/ Memory.php - Form constructor.
File
- src/
Plugin/ SmsGatewayPluginBase.php, line 34
Class
- SmsGatewayPluginBase
- Base class for sms gateway plugins.
Namespace
Drupal\sms\PluginCode
public function getConfiguration() {
return $this->configuration;
}