public function CourierTemplateCollection::defaultConfiguration in RNG - Events and Registrations 8
Same name and namespace in other branches
- 8.2 src/Plugin/Action/CourierTemplateCollection.php \Drupal\rng\Plugin\Action\CourierTemplateCollection::defaultConfiguration()
- 3.x src/Plugin/Action/CourierTemplateCollection.php \Drupal\rng\Plugin\Action\CourierTemplateCollection::defaultConfiguration()
Return value
array
- template_collection: integer: ID of a courier_template_collection entity. Automatically filled after first submission.
Overrides ConfigurableActionBase::defaultConfiguration
File
- src/
Plugin/ Action/ CourierTemplateCollection.php, line 89
Class
- CourierTemplateCollection
- Creates a template collection and provides a user interface to its templates.
Namespace
Drupal\rng\Plugin\ActionCode
public function defaultConfiguration() {
return array(
'template_collection' => NULL,
);
}