You are here

protected function Messaging_Message::message_debug in Messaging 7

Debug facility

File

./messaging.message.inc, line 725
Drupal Messaging Framework - Message class file

Class

Messaging_Message
Message class

Code

protected function message_debug($text, $variables = array()) {
  $variables += array(
    'message' => $this,
  );
  messaging_debug($text, $variables);
}