function PreExportEvent::getAllowList
Returns a map of which fields should be exported.
Return value
bool[] An array whose keys are field names, and the values are booleans indicating whether the field should be exported, even if it is computed.
File
-
core/
lib/ Drupal/ Core/ DefaultContent/ PreExportEvent.php, line 85
Class
- PreExportEvent
- Event dispatched before an entity is exported as default content.
Namespace
Drupal\Core\DefaultContentCode
public function getAllowList() : array {
return $this->allowList;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.