You are here

public function FilterFormatFormBase::__construct in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/filter/src/FilterFormatFormBase.php \Drupal\filter\FilterFormatFormBase::__construct()

Constructs a new FilterFormatFormBase.

Parameters

\Drupal\Core\Entity\Query\QueryFactory $query_factory: The entity query factory.

File

core/modules/filter/src/FilterFormatFormBase.php, line 34
Contains \Drupal\filter\FilterFormatFormBase.

Class

FilterFormatFormBase
Provides a base form for a filter format.

Namespace

Drupal\filter

Code

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