You are here

public function AuthorPaneFormBase::__construct in Author Pane 8.3

Construct the AuthorPaneFormBase.

Parameters

\Drupal\Core\Entity\Query\QueryFactory $query_factory: An entity query factory for the AuthorPane entity type.

File

src/Form/AuthorPaneFormBase.php, line 33
Contains \Drupal\author_pane\Form\AuthorPaneFormBase.

Class

AuthorPaneFormBase
Class AuthorPaneFormBase.

Namespace

Drupal\author_pane\Form

Code

public function __construct(QueryFactory $query_factory) {
  $this->entityQueryFactory = $query_factory;
}