You are here

protected property UnapprovedComments::$commentStorage in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/comment/src/Plugin/Menu/LocalTask/UnapprovedComments.php \Drupal\comment\Plugin\Menu\LocalTask\UnapprovedComments::commentStorage
  2. 9 core/modules/comment/src/Plugin/Menu/LocalTask/UnapprovedComments.php \Drupal\comment\Plugin\Menu\LocalTask\UnapprovedComments::commentStorage

The comment storage service.

Type: \Drupal\comment\CommentStorageInterface

File

core/modules/comment/src/Plugin/Menu/LocalTask/UnapprovedComments.php, line 23

Class

UnapprovedComments
Provides a local task that shows the amount of unapproved comments.

Namespace

Drupal\comment\Plugin\Menu\LocalTask

Code

protected $commentStorage;