function ExportMetadata::get
Same name and namespace in other branches
- 11.x core/lib/Drupal/Core/DefaultContent/ExportMetadata.php \Drupal\Core\DefaultContent\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 50
Class
- ExportMetadata
- Collects metadata about an entity being exported.
Namespace
Drupal\Core\DefaultContentCode
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.