function PreExportEvent::getCallbacks
Returns the field export callbacks collected by this event.
Return value
callable[] The export callbacks, keyed by field type.
File
-
core/
lib/ Drupal/ Core/ DefaultContent/ PreExportEvent.php, line 111
Class
- PreExportEvent
- Event dispatched before an entity is exported as default content.
Namespace
Drupal\Core\DefaultContentCode
public function getCallbacks() : array {
return $this->callbacks;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.