function ExportMetadata::get

Returns the collected metadata as an array.

Return value

array The collected export metadata.

File

core/lib/Drupal/Core/DefaultContent/ExportMetadata.php, line 41

Class

ExportMetadata
Collects metadata about an entity being exported.

Namespace

Drupal\Core\DefaultContent

Code

public function get() : array {
  return $this->metadata;
}

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