function SwitchUserBlock::getCacheMaxAge

Overrides ContextAwarePluginTrait::getCacheMaxAge

File

src/Plugin/Block/SwitchUserBlock.php, line 146

Class

SwitchUserBlock
Provides a block for switching users.

Namespace

Drupal\devel\Plugin\Block

Code

public function getCacheMaxAge() {
  return 0;
}