You are here

public function EntityCollection::getTotalCount in JSON:API 8

File

src/Resource/EntityCollection.php, line 75

Class

EntityCollection
Wrapper to normalize collections with multiple entities.

Namespace

Drupal\jsonapi\Resource

Code

public function getTotalCount() {
  return $this->count;
}