You are here

public function AuthorPaneBlock::__construct in Author Pane 8.3

Overrides BlockPluginTrait::__construct

File

src/Plugin/Block/AuthorPaneBlock.php, line 39
Contains \Drupal\author_pane\Plugin\Block\AuthorPane.

Class

AuthorPaneBlock
Provides a Author Pane block.

Namespace

Drupal\author_pane\Plugin\Block

Code

public function __construct(array $configuration, $plugin_id, $plugin_definition) {
  parent::__construct($configuration, $plugin_id, $plugin_definition);
  $this->authorPaneManager = \Drupal::service('authorpane.manager');
}