function EntityView::defaultConfiguration

Same name in other branches
  1. 8.x-3.x src/Plugin/Block/EntityView.php \Drupal\ctools\Plugin\Block\EntityView::defaultConfiguration()

Overrides BlockPluginTrait::defaultConfiguration

File

src/Plugin/Block/EntityView.php, line 76

Class

EntityView
Provides a block to view a specific entity.

Namespace

Drupal\ctools\Plugin\Block

Code

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