You are here

public function ForwardFormBlock::getCacheMaxAge in Forward 8.3

Same name and namespace in other branches
  1. 8 src/Plugin/Block/ForwardFormBlock.php \Drupal\forward\Plugin\Block\ForwardFormBlock::getCacheMaxAge()
  2. 8.2 src/Plugin/Block/ForwardFormBlock.php \Drupal\forward\Plugin\Block\ForwardFormBlock::getCacheMaxAge()

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/ForwardFormBlock.php, line 117
Contains \Drupal\forward\Plugin\Block\ForwardFormBlock.

Class

ForwardFormBlock
Provides a block for switching users.

Namespace

Drupal\forward\Plugin\Block

Code

public function getCacheMaxAge() {
  return 0;
}