function CollectResourceObjectMetaEvent::getMeta

Same name and namespace in other branches
  1. 11.x core/modules/jsonapi/src/Events/CollectResourceObjectMetaEvent.php \Drupal\jsonapi\Events\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.