function CollectResourceObjectMetaEvent::getMeta

Gets the meta values.

Return value

array The meta data.

File

core/modules/jsonapi/src/Events/CollectResourceObjectMetaEvent.php, line 76

Class

CollectResourceObjectMetaEvent
Event for collecting resource object metadata of a JSON:API resource types.

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.