Unverified Commit 6cd0b99d authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3156123 by andypost: Fix MissingContentEvent see reference

(cherry picked from commit 50e58a9f)
parent 5fbd535c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ final class ConfigEvents {
   * fire the event again to continue processing missing content dependencies.
   *
   * @see \Drupal\Core\Config\ConfigImporter::processMissingContent()
   * @see \Drupal\Core\Config\MissingContentEvent
   * @see \Drupal\Core\Config\Importer\MissingContentEvent
   */
  const IMPORT_MISSING_CONTENT = 'config.importer.missing_content';

+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
/**
 * Wraps a configuration event for event listeners.
 *
 * @see \Drupal\Core\Config\Config\ConfigEvents::IMPORT_MISSING_CONTENT
 * @see \Drupal\Core\Config\ConfigEvents::IMPORT_MISSING_CONTENT
 */
class MissingContentEvent extends Event {