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