You are here

public function Notifications_Object::get_token_type in Notifications 7

Get object token type

File

./notifications.object.inc, line 115
Drupal Notifications Framework - Default class file

Class

Notifications_Object
Wrapper for Drupal objects

Code

public function get_token_type() {
  return $this->type;
}