Final event subscriber to the missing content event.
Ensure that all missing content dependencies are removed from the event so the importer can complete.
Hierarchy
- class \Drupal\Core\Config\Importer\FinalMissingContentSubscriber implements EventSubscriberInterface
See also
\Drupal\Core\Config\ConfigImporter::processMissingContent()
File
- core/lib/Drupal/Core/Config/Importer/FinalMissingContentSubscriber.php, line 16
Namespace
Drupal\Core\Config\Importer
Members
Name | Modifiers | Type | Description |
---|---|---|---|
FinalMissingContentSubscriber::getSubscribedEvents | public static | function | Returns an array of event names this subscriber wants to listen to. Overrides EventSubscriberInterface::getSubscribedEvents |
FinalMissingContentSubscriber::onMissingContent | public | function | Handles the missing content event. |
Please login to continue.