You are here

public function ViewsBlockBase::defaultConfiguration in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/Block/ViewsBlockBase.php \Drupal\views\Plugin\Block\ViewsBlockBase::defaultConfiguration()
  2. 10 core/modules/views/src/Plugin/Block/ViewsBlockBase.php \Drupal\views\Plugin\Block\ViewsBlockBase::defaultConfiguration()

Overrides BlockPluginTrait::defaultConfiguration

1 call to ViewsBlockBase::defaultConfiguration()
ViewsBlock::defaultConfiguration in core/modules/views/src/Plugin/Block/ViewsBlock.php
1 method overrides ViewsBlockBase::defaultConfiguration()
ViewsBlock::defaultConfiguration in core/modules/views/src/Plugin/Block/ViewsBlock.php

File

core/modules/views/src/Plugin/Block/ViewsBlockBase.php, line 105

Class

ViewsBlockBase
Base class for Views block plugins.

Namespace

Drupal\views\Plugin\Block

Code

public function defaultConfiguration() {
  return [
    'views_label' => '',
  ];
}