function FinalMissingContentSubscriber::getSubscribedEvents
File
- 
              core/
lib/ Drupal/ Core/ Config/ Importer/ FinalMissingContentSubscriber.php, line 33  
Class
- FinalMissingContentSubscriber
 - Final event subscriber to the missing content event.
 
Namespace
Drupal\Core\Config\ImporterCode
public static function getSubscribedEvents() : array {
  // 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;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.