public function EntityCollection::setTotalCount in JSON:API 8
File
- src/
Resource/ EntityCollection.php, line 82
Class
- EntityCollection
- Wrapper to normalize collections with multiple entities.
Namespace
Drupal\jsonapi\ResourceCode
public function setTotalCount($count) {
$this->count = $count;
}