You are here

protected property CommentManager::$authenticatedCanPostComments in Drupal 9

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

Whether the \Drupal\user\RoleInterface::AUTHENTICATED_ID can post comments.

Type: bool

File

core/modules/comment/src/CommentManager.php, line 54

Class

CommentManager
Comment manager contains common functions to manage comment fields.

Namespace

Drupal\comment

Code

protected $authenticatedCanPostComments;