You are here

function notifications_views_handler_argument_subscription_send_method::title in Notifications 7

Override the behavior of title(). Get the user friendly version of the node type.

Overrides views_handler_argument::title

File

notifications_views/includes/notifications_views_handler_argument_subscription_send_method.inc, line 22

Class

notifications_views_handler_argument_subscription_send_method
Argument handler to accept a subscription send method.

Code

function title() {
  return $this
    ->notifications_subscription_send_method($this->argument);
}