function Data::count
Returns the number of entities.
Attributes
#[\ReturnTypeWillChange]
Return value
int The number of parameters
File
-
core/
modules/ jsonapi/ src/ JsonApiResource/ Data.php, line 83
Class
- Data
- Represents the `data` and `included` objects of a top-level object.
Namespace
Drupal\jsonapi\JsonApiResourceCode
public function count() {
return count($this->data);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.