You are here

public function AutologoutWarningBlock::defaultConfiguration in Automated Logout 8

Overrides BlockPluginTrait::defaultConfiguration

File

src/Plugin/Block/AutologoutWarningBlock.php, line 122

Class

AutologoutWarningBlock
Provides an 'Automated Logout info' block.

Namespace

Drupal\autologout\Plugin\Block

Code

public function defaultConfiguration() {

  // @todo: This is not the place where we should be doing this.
  $return = [];
  return $return;
}