Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Tid.php

function Tid::getCacheMaxAge

Overrides CacheableDependencyInterface::getCacheMaxAge

File

core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php, line 216

Class

Tid
Taxonomy tid default argument.

Namespace

Drupal\taxonomy\Plugin\views\argument_default

Code

public function getCacheMaxAge() {
    return Cache::PERMANENT;
}
RSS feed
Powered by Drupal