You are here

protected function PuSHSubscriber::msg in Feeds 8.2

Helper for messaging.

File

lib/Drupal/feeds/PuSHSubscriber.php, line 305
Pubsubhubbub subscriber library.

Class

PuSHSubscriber
PubSubHubbub subscriber.

Namespace

Drupal\feeds

Code

protected function msg($msg, $level = 'status') {
  $this->env
    ->msg($msg, $level);
}