protected property CommentedEntity::$loadedCommentedEntities in Drupal 9
Same name and namespace in other branches
- 8 core/modules/comment/src/Plugin/views/field/CommentedEntity.php \Drupal\comment\Plugin\views\field\CommentedEntity::loadedCommentedEntities
Array of entities that has comments.
We use this to load all the commented entities of same entity type at once to the EntityStorageController static cache.
Type: array
File
- core/
modules/ comment/ src/ Plugin/ views/ field/ CommentedEntity.php, line 23
Class
- CommentedEntity
- Views field display for commented entity.
Namespace
Drupal\comment\Plugin\views\fieldCode
protected $loadedCommentedEntities = [];