You are here

static function Messaging_Template_Engine::method_default in Messaging 6.3

Get method fallback

1 call to Messaging_Template_Engine::method_default()
Messaging_Template_Engine::get_template_part in messaging_template/messaging_template.inc
Get template part, FALSE if not found

File

messaging_template/messaging_template.inc, line 140
Base classes for messaging templates

Class

Messaging_Template_Engine
Static template functions that interact with the module API

Code

static function method_default($method) {
  return messaging_template_method_default($method);
}