function NodeDateArgumentDefaultPluginBase::getCacheMaxAge

File

core/modules/node/src/Plugin/views/argument_default/NodeDateArgumentDefaultPluginBase.php, line 76

Class

NodeDateArgumentDefaultPluginBase
Provides a base class for node date values.

Namespace

Drupal\node\Plugin\views\argument_default

Code

public function getCacheMaxAge() {
  return Cache::PERMANENT;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.