protected property GlobalTemplateCollection::$contexts in Courier 8
Same name and namespace in other branches
- 2.x src/Entity/GlobalTemplateCollection.php \Drupal\courier\Entity\GlobalTemplateCollection::contexts
The contexts for this global template collection.
@todo Contexts are not implemented yet. Pending discussions in https://github.com/dpi/courier/issues/29
Type: string[]
File
- src/
Entity/ GlobalTemplateCollection.php, line 44
Class
- GlobalTemplateCollection
- Defines a sync-able template collection.
Namespace
Drupal\courier\EntityCode
protected $contexts = [];