📜  Drupal 8 9 entityTypeManager 通过 cid 获取多条评论 - PHP 代码示例
📅  最后修改于: 2022-03-11 14:54:22.347000             🧑  作者: Mango
代码示例1
$comments = \Drupal::entityTypeManager()
->getStorage('comment')
->loadMultiple($comment_ids);