You are here

public function MemoryChunked::defaultConfiguration in SMS Framework 2.x

Same name and namespace in other branches
  1. 8 tests/modules/sms_test_gateway/src/Plugin/SmsGateway/MemoryChunked.php \Drupal\sms_test_gateway\Plugin\SmsGateway\MemoryChunked::defaultConfiguration()
  2. 2.1.x tests/modules/sms_test_gateway/src/Plugin/SmsGateway/MemoryChunked.php \Drupal\sms_test_gateway\Plugin\SmsGateway\MemoryChunked::defaultConfiguration()

Gets default configuration for this plugin.

Return value

array An associative array with the default configuration.

Overrides Memory::defaultConfiguration

File

tests/modules/sms_test_gateway/src/Plugin/SmsGateway/MemoryChunked.php, line 22

Class

MemoryChunked
Defines a gateway requiring chunked messages.

Namespace

Drupal\sms_test_gateway\Plugin\SmsGateway

Code

public function defaultConfiguration() {
  return [];
}