You are here

protected property CommentManager::$queryFactory in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/comment/src/CommentManager.php \Drupal\comment\CommentManager::queryFactory

The entity query factory.

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

File

core/modules/comment/src/CommentManager.php, line 44
Contains \Drupal\comment\CommentManager.

Class

CommentManager
Comment manager contains common functions to manage comment fields.

Namespace

Drupal\comment

Code

protected $queryFactory;