public function PuSHEnvironment::msg in Feeds 7.2
Same name and namespace in other branches
- 6 plugins/FeedsHTTPFetcher.inc \PuSHEnvironment::msg()
- 7 plugins/FeedsHTTPFetcher.inc \PuSHEnvironment::msg()
Implements PuSHSubscriberEnvironmentInterface::msg().
Overrides PuSHSubscriberEnvironmentInterface::msg
File
- plugins/
FeedsHTTPFetcher.inc, line 455
Class
- PuSHEnvironment
- Provide environmental functions to the PuSHSubscriber library.
Code
public function msg($msg, $level = 'status') {
drupal_set_message(check_plain($msg), $level);
}