public function ScheduleAware::defaultConfiguration in SMS Framework 2.x
Same name and namespace in other branches
- 8 tests/modules/sms_test_gateway/src/Plugin/SmsGateway/ScheduleAware.php \Drupal\sms_test_gateway\Plugin\SmsGateway\ScheduleAware::defaultConfiguration()
- 2.1.x tests/modules/sms_test_gateway/src/Plugin/SmsGateway/ScheduleAware.php \Drupal\sms_test_gateway\Plugin\SmsGateway\ScheduleAware::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/ ScheduleAware.php, line 24
Class
- ScheduleAware
- Defines a gateway which is aware of scheduled send time.
Namespace
Drupal\sms_test_gateway\Plugin\SmsGatewayCode
public function defaultConfiguration() {
return [];
}