Drupal 8 / 9 EntityTypeManager Get Multiple Comments By Cid

[Solved] Drupal 8 / 9 EntityTypeManager Get Multiple Comments By Cid | Php Frameworks Drupal - Code Explorer | yomemimo.com
Question : Drupal 8 / 9 entityTypeManager get multiple comments by cid

Answered by : cheryl-mcnamee

 $comments = \Drupal::entityTypeManager() ->getStorage('comment') ->loadMultiple($comment_ids);

Source : | Last Update : Tue, 11 Jan 22

Answers related to Drupal 8 / 9 entityTypeManager get multiple comments by cid

Code Explorer Popular Question For Php Frameworks Drupal