You are here

protected property FilterFormatFormBase::$queryFactory in Zircon Profile 8

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

The entity query factory.

Type: \Drupal\Core\Entity\Query\QueryFactory

File

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

Class

FilterFormatFormBase
Provides a base form for a filter format.

Namespace

Drupal\filter

Code

protected $queryFactory;