You are here

public function fieldable_panels_panes_handler_argument_bundle::title in Fieldable Panels Panes (FPP) 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/fieldable_panels_panes_handler_argument_bundle.inc, line 23
Provide views handler arguments for fieldable panel panes.

Class

fieldable_panels_panes_handler_argument_bundle
Argument handler to accept a node type.

Code

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