Issue #3156123 by andypost: Fix MissingContentEvent see reference
parent
cb2b75344a
commit
50e58a9ff5
|
@ -121,7 +121,7 @@ final class ConfigEvents {
|
||||||
* fire the event again to continue processing missing content dependencies.
|
* fire the event again to continue processing missing content dependencies.
|
||||||
*
|
*
|
||||||
* @see \Drupal\Core\Config\ConfigImporter::processMissingContent()
|
* @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';
|
const IMPORT_MISSING_CONTENT = 'config.importer.missing_content';
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ use Drupal\Component\EventDispatcher\Event;
|
||||||
/**
|
/**
|
||||||
* Wraps a configuration event for event listeners.
|
* 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 {
|
class MissingContentEvent extends Event {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue