function ModeratedNodeListBuilder::load
Same name in other branches
- 9 core/modules/content_moderation/src/ModeratedNodeListBuilder.php \Drupal\content_moderation\ModeratedNodeListBuilder::load()
- 8.9.x core/modules/content_moderation/src/ModeratedNodeListBuilder.php \Drupal\content_moderation\ModeratedNodeListBuilder::load()
- 10 core/modules/content_moderation/src/ModeratedNodeListBuilder.php \Drupal\content_moderation\ModeratedNodeListBuilder::load()
Overrides EntityListBuilder::load
File
-
core/
modules/ content_moderation/ src/ ModeratedNodeListBuilder.php, line 70
Class
- ModeratedNodeListBuilder
- Defines a class to build a listing of moderated node entities.
Namespace
Drupal\content_moderationCode
public function load() {
$revision_ids = $this->getEntityRevisionIds();
return $this->storage
->loadMultipleRevisions($revision_ids);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.