You are here

public static function InstapageCmsPluginHelper::initMessagesSystem in Instapage plugin 8.3

Same name and namespace in other branches
  1. 7.3 core/InstapageCmsPluginHelper.php \InstapageCmsPluginHelper::initMessagesSystem()

Loads 'messages' template to initiate a container for plugin system messages.

File

core/InstapageCmsPluginHelper.php, line 42

Class

InstapageCmsPluginHelper
Helper containing commonly used static functions.

Code

public static function initMessagesSystem() {
  self::loadTemplate('messages');
}