You are here

protected property GlobalTemplateCollection::$contexts in Courier 2.x

Same name and namespace in other branches
  1. 8 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 50

Class

GlobalTemplateCollection
Defines a sync-able template collection.

Namespace

Drupal\courier\Entity

Code

protected $contexts = [];