You are here

public function DisclaimerBlock::getCacheMaxAge in Disclaimer 8

The maximum age for which this object may be cached.

Return value

int The maximum time in seconds that this object may be cached.

Overrides ContextAwarePluginBase::getCacheMaxAge

File

src/Plugin/Block/DisclaimerBlock.php, line 79

Class

DisclaimerBlock
Provides a 'DisclaimerBlock' block.

Namespace

Drupal\disclaimer\Plugin\Block

Code

public function getCacheMaxAge() {
  return $this->configuration['max_age'];
}