You are here

public function PuSHSubscriberEnvironmentInterface::msg in Feeds 7.2

Same name and namespace in other branches
  1. 6 libraries/PuSHSubscriber.inc \PuSHSubscriberEnvironmentInterface::msg()
  2. 7 libraries/PuSHSubscriber.inc \PuSHSubscriberEnvironmentInterface::msg()

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 plugins/FeedsHTTPFetcher.inc
Implements PuSHSubscriberEnvironmentInterface::msg().

File

libraries/PuSHSubscriber.inc, line 389
Pubsubhubbub subscriber library.

Class

PuSHSubscriberEnvironmentInterface
Implement to provide environmental functionality like user messages and logging.

Code

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