Answers for "Drupal 8 / 9 entityTypeManager get multiple comments by cid"

PHP
0

Drupal 8 / 9 entityTypeManager get multiple comments by cid

$comments = Drupal::entityTypeManager()
        ->getStorage('comment')
        ->loadMultiple($comment_ids);
Posted by: Guest on January-04-2022

Code answers related to "Drupal 8 / 9 entityTypeManager get multiple comments by cid"

Browse Popular Code Answers by Language