You are here

function Type::title in Support Ticketing System 8

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

Overrides StringArgument::title

File

modules/support_ticket/src/Plugin/views/argument/Type.php, line 72
Contains \Drupal\support_ticket\Plugin\views\argument\Type.

Class

Type
Argument handler to accept a support ticket type.

Namespace

Drupal\support_ticket\Plugin\views\argument

Code

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