You are here

public function PuSHEnvironment::msg in Feeds 8.2

Implements PuSHSubscriberEnvironmentInterface::msg().

Overrides PuSHSubscriberEnvironmentInterface::msg

File

lib/Drupal/feeds/PuSHEnvironment.php, line 23

Class

PuSHEnvironment
Provide environmental functions to the PuSHSubscriber library.

Namespace

Drupal\feeds

Code

public function msg($msg, $level = 'status') {
  drupal_set_message(check_plain($msg), $level);
}