.. include:: ../../Includes.txt .. _Nng\Nnhelpers\ViewHelpers\FlashMessagesViewHelper: ======================================= flashMessages ======================================= Description --------------------------------------- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Emits a flash message. In the controller: .. code-block:: php \nn\t3::Message()->OK('Title', 'Infotext'); \nn\t3::Message()->setId('top')->ERROR('title', 'infotext'); In Fluid: .. code-block:: php The core functions: .. code-block:: php | ``@return string``