public function MemoryChunked::defaultConfiguration in SMS Framework 2.1.x
Same name and namespace in other branches
- 8 tests/modules/sms_test_gateway/src/Plugin/SmsGateway/MemoryChunked.php \Drupal\sms_test_gateway\Plugin\SmsGateway\MemoryChunked::defaultConfiguration()
- 2.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\SmsGatewayCode
public function defaultConfiguration() {
return [];
}