public function SupportTicket::isCacheable in Support Ticketing System 8
File
- modules/
support_ticket/ src/ Plugin/ views/ argument_default/ SupportTicket.php, line 78 - 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_defaultCode
public function isCacheable() {
return TRUE;
}