public function PuSHSubscriberEnvironmentInterface::msg in Feeds 8.2
A message to be displayed to the user on the current page load.
Parameters
$msg: A string that is the message to be displayed.
$level: A string that is either 'status', 'warning' or 'error'.
1 method overrides PuSHSubscriberEnvironmentInterface::msg()
- PuSHEnvironment::msg in lib/
Drupal/ feeds/ PuSHEnvironment.php - Implements PuSHSubscriberEnvironmentInterface::msg().
File
- lib/
Drupal/ feeds/ PuSHSubscriber.php, line 381 - Pubsubhubbub subscriber library.
Class
- PuSHSubscriberEnvironmentInterface
- Implement to provide environmental functionality like user messages and logging.
Namespace
Drupal\feedsCode
public function msg($msg, $level = 'status');