You are here

public static function AuthorPaneFormBase::create in Author Pane 8.3

Factory method for AuthorPaneFormBase.

Overrides FormBase::create

File

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

Class

AuthorPaneFormBase
Class AuthorPaneFormBase.

Namespace

Drupal\author_pane\Form

Code

public static function create(ContainerInterface $container) {
  return new static($container
    ->get('entity.query'));
}