function CollectRelationshipMetaEvent::getMeta

Gets the meta values.

Return value

array The meta.

File

core/modules/jsonapi/src/Events/CollectRelationshipMetaEvent.php, line 72

Class

CollectRelationshipMetaEvent
Event for collecting the relationship metadata of a JSON:API resource object.

Namespace

Drupal\jsonapi\Events

Code

public function getMeta() : array {
    return $this->meta;
}

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