You are here

public function CourierTemplateCollection::defaultConfiguration in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 src/Plugin/Action/CourierTemplateCollection.php \Drupal\rng\Plugin\Action\CourierTemplateCollection::defaultConfiguration()
  2. 8 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\Action

Code

public function defaultConfiguration() {
  return [
    'template_collection' => NULL,
  ];
}