You are here

function command_buttons_handler_argument_bundle::title in Command Buttons 7

Get the title this argument will assign the view, given the argument.

This usually needs to be overridden to provide a proper title.

Overrides views_handler_argument::title

File

plugins/views/command_buttons_handler_argument_bundle.inc, line 15
Provide views handler arguments for command buttons

Class

command_buttons_handler_argument_bundle
Argument handler to accept a node type.

Code

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