diff --git a/core/lib/Drupal/Core/Config/ConfigEvents.php b/core/lib/Drupal/Core/Config/ConfigEvents.php index 486feba..507216d 100644 --- a/core/lib/Drupal/Core/Config/ConfigEvents.php +++ b/core/lib/Drupal/Core/Config/ConfigEvents.php @@ -110,7 +110,7 @@ * calling other events and guarantee that the configuration import batch will * fire the event again to continue processing missing content dependencies. * - * @see \Drupal\Core\Config\ConfigImporter::processMissingContentDependencies() + * @see \Drupal\Core\Config\ConfigImporter::processMissingContent() * @see \Drupal\Core\Config\MissingContentEvent */ const IMPORT_MISSING_CONTENT = 'config.importer.missing_content';