You are here

public function GlobalTemplateCollectionManagerInterface::notifyTemplateChanged in Courier 2.x

Same name and namespace in other branches
  1. 8 src/Service/GlobalTemplateCollectionManagerInterface.php \Drupal\courier\Service\GlobalTemplateCollectionManagerInterface::notifyTemplateChanged()

Notify the manager that a template entity has been saved.

This method will resynchronise template contents with the global template collection configuration.

Parameters

\Drupal\courier\ChannelInterface $template: A template entity.

1 method overrides GlobalTemplateCollectionManagerInterface::notifyTemplateChanged()
GlobalTemplateCollectionManager::notifyTemplateChanged in src/Service/GlobalTemplateCollectionManager.php
Notify the manager that a template entity has been saved.

File

src/Service/GlobalTemplateCollectionManagerInterface.php, line 101

Class

GlobalTemplateCollectionManagerInterface
Interface for the global template collection manager.

Namespace

Drupal\courier\Service

Code

public function notifyTemplateChanged(ChannelInterface $template);