You are here

public property BlockContentTypeDeleteForm::$queryFactory in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/block_content/src/Form/BlockContentTypeDeleteForm.php \Drupal\block_content\Form\BlockContentTypeDeleteForm::queryFactory

The query factory to create entity queries.

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

File

core/modules/block_content/src/Form/BlockContentTypeDeleteForm.php, line 25
Contains \Drupal\block_content\Form\BlockContentTypeDeleteForm.

Class

BlockContentTypeDeleteForm
Provides a confirmation form for deleting a custom block type entity.

Namespace

Drupal\block_content\Form

Code

public $queryFactory;