diff --git a/core/modules/comment/src/Plugin/views/field/CommentBulkForm.php b/core/modules/comment/src/Plugin/views/field/CommentBulkForm.php index 3707b3d..0e83fc2 100644 --- a/core/modules/comment/src/Plugin/views/field/CommentBulkForm.php +++ b/core/modules/comment/src/Plugin/views/field/CommentBulkForm.php @@ -24,6 +24,9 @@ protected function calculateEntityBulkFormKey(EntityInterface $entity, $use_revi return $entity->id(); } + /** + * {@inheritdoc} + */ protected function loadEntityFromBulkFormKey($id) { return $this->entityManager ->getStorage($this->getEntityType())