Skip to content

Commit

Permalink
Issue #3156123 by andypost: Fix MissingContentEvent see reference
Browse files Browse the repository at this point in the history
(cherry picked from commit 50e58a9ff5a15c0edfa5376188b5cc0ba8f90cc3)
  • Loading branch information
alexpott committed Jul 14, 2020
1 parent 97a8183 commit 79ada8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Drupal/Core/Config/ConfigEvents.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
2 changes: 1 addition & 1 deletion lib/Drupal/Core/Config/Importer/MissingContentEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit 79ada8c

Please sign in to comment.