function Data::getTotalCount

File

core/modules/jsonapi/src/JsonApiResource/Data.php, line 91

Class

Data
Represents the `data` and `included` objects of a top-level object.

Namespace

Drupal\jsonapi\JsonApiResource

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.