You are here

public function PuSHEnvironment::msg in Feeds 7

Same name and namespace in other branches
  1. 6 plugins/FeedsHTTPFetcher.inc \PuSHEnvironment::msg()
  2. 7.2 plugins/FeedsHTTPFetcher.inc \PuSHEnvironment::msg()

Implements PuSHSubscriberEnvironmentInterface::msg().

Overrides PuSHSubscriberEnvironmentInterface::msg

File

plugins/FeedsHTTPFetcher.inc, line 285

Class

PuSHEnvironment
Provide environmental functions to the PuSHSubscriber library.

Code

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