getMissingContent()) as $uuid) { $event->resolveMissingContent($uuid); } } /** * {@inheritdoc} */ public static function getSubscribedEvents() { // This should always be the final event as it will mark all content // dependencies as resolved. $events[ConfigEvents::IMPORT_MISSING_CONTENT][] = ['onMissingContent', -1024]; return $events; } }