function ViewsBlockBase::defaultConfiguration

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

Overrides BlockPluginTrait::defaultConfiguration

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' => '',
    ];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.