You are here

public function SupportTicket::getCacheContexts in Support Ticketing System 8

File

modules/support_ticket/src/Plugin/views/argument_default/SupportTicket.php, line 85
Contains \Drupal\support_ticket\Plugin\views\argument_default\SupportTicket.

Class

SupportTicket
Default argument plugin to extract a support ticket.

Namespace

Drupal\support_ticket\Plugin\views\argument_default

Code

public function getCacheContexts() {
  return [
    'url',
  ];
}