You are here

public function ScheduleAware::defaultConfiguration in SMS Framework 2.1.x

Same name and namespace in other branches
  1. 8 tests/modules/sms_test_gateway/src/Plugin/SmsGateway/ScheduleAware.php \Drupal\sms_test_gateway\Plugin\SmsGateway\ScheduleAware::defaultConfiguration()
  2. 2.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\SmsGateway

Code

public function defaultConfiguration() {
  return [];
}