You are here

public static function EtufHelper::addMessage in Entity Translation Unified Form 8

Add a message to the comming page.

File

src/EtufHelper.php, line 15

Class

EtufHelper
Helper class for the Etuf module.

Namespace

Drupal\entity_translation_unified_form

Code

public static function addMessage($message) {
  \Drupal::messenger()
    ->addMessage($message);
}