public function SmsGatewayPluginBase::getConfiguration in SMS Framework 2.1.x
Same name and namespace in other branches
- 8 src/Plugin/SmsGatewayPluginBase.php \Drupal\sms\Plugin\SmsGatewayPluginBase::getConfiguration()
- 2.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 ConfigurableInterface::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 36
Class
- SmsGatewayPluginBase
- Base class for sms gateway plugins.
Namespace
Drupal\sms\PluginCode
public function getConfiguration() {
return $this->configuration;
}