function Data::toArray
Returns the collection as an array.
Return value
\Drupal\jsonapi\JsonApiResource\ResourceIdentifierInterface[] Array of contained data.
File
- 
              core/modules/ jsonapi/ src/ JsonApiResource/ Data.php, line 106 
Class
- Data
- Represents the `data` and `included` objects of a top-level object.
Namespace
Drupal\jsonapi\JsonApiResourceCode
public function toArray() {
  return $this->data;
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
