You are here

function Notifications_Event::build_template in Notifications 7

Build template

File

./notifications.event.inc, line 170
Drupal Notifications Framework - Default class file

Class

Notifications_Event
Notifications Event class

Code

function build_template() {
  return $this
    ->get_template()
    ->build();
}