You are here

protected property UnpublishByKeywordComment::$viewBuilder in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/comment/src/Plugin/Action/UnpublishByKeywordComment.php \Drupal\comment\Plugin\Action\UnpublishByKeywordComment::viewBuilder
  2. 10 core/modules/comment/src/Plugin/Action/UnpublishByKeywordComment.php \Drupal\comment\Plugin\Action\UnpublishByKeywordComment::viewBuilder

The comment entity builder handler.

Type: \Drupal\Core\Entity\EntityViewBuilderInterface

File

core/modules/comment/src/Plugin/Action/UnpublishByKeywordComment.php, line 30

Class

UnpublishByKeywordComment
Unpublishes a comment containing certain keywords.

Namespace

Drupal\comment\Plugin\Action

Code

protected $viewBuilder;