function PreImportEvent::getSkipList
Returns the list of entity UUIDs that should not be imported.
Return value
string|\Stringable|null[] An array whose keys are the UUIDs of the entities that should not be imported, and the values are either a short explanation of why that entity was skipped, or NULL if no explanation was given.
File
-
core/
lib/ Drupal/ Core/ DefaultContent/ PreImportEvent.php, line 68
Class
- PreImportEvent
- Event dispatched before default content is imported.
Namespace
Drupal\Core\DefaultContentCode
public function getSkipList() : array {
return $this->skip;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.