function EntityView::defaultConfiguration

Same name and namespace in other branches
  1. 4.0.x src/Plugin/Block/EntityView.php \Drupal\ctools\Plugin\Block\EntityView::defaultConfiguration()

Overrides BlockPluginTrait::defaultConfiguration

File

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

Class

EntityView
Provides a block to view a specific entity.

Namespace

Drupal\ctools\Plugin\Block

Code

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