You are here

function Messaging_Send_Method::supports_anonymous in Messaging 7

Check whether it supports anonyous destination

File

./messaging.method.inc, line 297
Drupal Messaging Framework - Send_Method class file

Class

Messaging_Send_Method
Sending method, implements all specific method functionality

Code

function supports_anonymous() {
  return TRUE;
}