Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Drupal 8 / 9 entityTypeManager get multiple comments by cid

      $comments = Drupal::entityTypeManager()
        ->getStorage('comment')
        ->loadMultiple($comment_ids);
 
PREVIOUS NEXT
Tagged: #Drupal #entityTypeManager #multiple #comments #cid
ADD COMMENT
Topic
Name
8+7 =