You are here

public function SmsGatewayPluginBase::getConfiguration in SMS Framework 8

Same name and namespace in other branches
  1. 2.x src/Plugin/SmsGatewayPluginBase.php \Drupal\sms\Plugin\SmsGatewayPluginBase::getConfiguration()
  2. 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\Plugin

Code

public function getConfiguration() {
  return $this->configuration;
}