You are here

protected property UnpublishByKeywordComment::$renderer 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::renderer
  2. 10 core/modules/comment/src/Plugin/Action/UnpublishByKeywordComment.php \Drupal\comment\Plugin\Action\UnpublishByKeywordComment::renderer

The renderer.

Type: \Drupal\Core\Render\RendererInterface

File

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

Class

UnpublishByKeywordComment
Unpublishes a comment containing certain keywords.

Namespace

Drupal\comment\Plugin\Action

Code

protected $renderer;