Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. CommentStatisticsInterface.php

function CommentStatisticsInterface::getMaximumCount

Find the maximum number of comments for the given entity type.

Used to influence search rankings.

Parameters

string $entity_type: The entity type to consider when fetching the maximum comment count for.

Return value

int The maximum number of comments for and entity of the given type.

See also

comment_update_index()

File

core/modules/comment/src/CommentStatisticsInterface.php, line 69

Class

CommentStatisticsInterface
Provides an interface for storing and retrieving comment statistics.

Namespace

Drupal\comment

Code

public function getMaximumCount($entity_type);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal