public function ResourceIdentifier::getMeta in JSON:API 8.2
Gets the resource identifier objects metadata.
Return value
array The metadata.
1 call to ResourceIdentifier::getMeta()
- ResourceIdentifier::withArity in src/
JsonApiResource/ ResourceIdentifier.php - Returns a copy of the given ResourceIdentifier with the given arity.
File
- src/
JsonApiResource/ ResourceIdentifier.php, line 166
Class
- ResourceIdentifier
- Represents a JSON:API resource identifier object.
Namespace
Drupal\jsonapi\JsonApiResourceCode
public function getMeta() {
return $this->meta;
}