You are here

public function AuthorPaneManager::__construct in Author Pane 8.3

Constructor for AuthorPaneManager.

Parameters

AuthorPaneDatumPluginManager $datumPluginManager:

File

src/AuthorPaneManager.php, line 29
Contains the \Drupal\author_pane\AuthorPaneManager class.

Class

AuthorPaneManager
Class AuthorPaneManager.

Namespace

Drupal\author_pane

Code

public function __construct(AuthorPaneDatumPluginManager $datumPluginManager) {
  $this->datumPluginManager = $datumPluginManager;
}