public function CommentStatisticsInterface::update in Drupal 8
Same name and namespace in other branches
- 9 core/modules/comment/src/CommentStatisticsInterface.php \Drupal\comment\CommentStatisticsInterface::update()
Update or insert comment statistics records after a comment is added.
Parameters
\Drupal\comment\CommentInterface $comment: The comment added or updated.
1 method overrides CommentStatisticsInterface::update()
- CommentStatistics::update in core/
modules/ comment/ src/ CommentStatistics.php - Update or insert comment statistics records after a comment is added.
File
- core/
modules/ comment/ src/ CommentStatisticsInterface.php, line 54
Class
- CommentStatisticsInterface
- Provides an interface for storing and retrieving comment statistics.
Namespace
Drupal\commentCode
public function update(CommentInterface $comment);