You are here

protected property ForumUninstallValidator::$queryFactory in Zircon Profile 8

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

The entity query factory.

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

File

core/modules/forum/src/ForumUninstallValidator.php, line 38
Contains \Drupal\forum\ForumUninstallValidator.

Class

ForumUninstallValidator
Prevents forum module from being uninstalled whilst any forum nodes exist or there are any terms in the forum vocabulary.

Namespace

Drupal\forum

Code

protected $queryFactory;