public function Test::defaultConfiguration in Entityqueue 8
Gets default configuration for this plugin.
Return value
array An associative array with the default configuration.
Overrides EntityQueueHandlerBase::defaultConfiguration
File
- tests/
modules/ entityqueue_test/ src/ Plugin/ EntityQueueHandler/ Test.php, line 35
Class
- Test
- Defines an entity queue handler for testing.
Namespace
Drupal\entityqueue_test\Plugin\EntityQueueHandlerCode
public function defaultConfiguration() {
return [
'shape' => 'round',
];
}