function SwitchUserBlock::defaultConfiguration

Same name and namespace in other branches
  1. 5.x src/Plugin/Block/SwitchUserBlock.php \Drupal\devel\Plugin\Block\SwitchUserBlock::defaultConfiguration()

Overrides BlockPluginTrait::defaultConfiguration

File

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

Class

SwitchUserBlock
Provides a block for switching users.

Namespace

Drupal\devel\Plugin\Block

Code

public function defaultConfiguration() {
    return [
        'list_size' => 12,
        'include_anon' => FALSE,
        'show_form' => TRUE,
    ];
}