Esempio n. 1
0
 /**
  * {@inheritdoc}
  */
 public function getCacheMaxAge()
 {
     $max_age = parent::getCacheMaxAge();
     // @todo Configurability of this will be removed in
     //   https://www.drupal.org/node/2458763.
     return Cache::mergeMaxAges($max_age, (int) $this->configuration['cache']['max_age']);
 }