function GlobalTemplateCollectionManagerInterface::notifyTemplateChanged in Courier 8
Same name and namespace in other branches
- 2.x 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 97
Class
- GlobalTemplateCollectionManagerInterface
- Interface for the global template collection manager.
Namespace
Drupal\courier\ServiceCode
function notifyTemplateChanged(ChannelInterface $template);