Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
221
Merge Requests
221
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
6cd0b99d
Unverified
Commit
6cd0b99d
authored
Jul 14, 2020
by
alexpott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#3156123
by andypost: Fix MissingContentEvent see reference
(cherry picked from commit
50e58a9f
)
parent
5fbd535c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
core/lib/Drupal/Core/Config/ConfigEvents.php
core/lib/Drupal/Core/Config/ConfigEvents.php
+1
-1
core/lib/Drupal/Core/Config/Importer/MissingContentEvent.php
core/lib/Drupal/Core/Config/Importer/MissingContentEvent.php
+1
-1
No files found.
core/lib/Drupal/Core/Config/ConfigEvents.php
View file @
6cd0b99d
...
@@ -121,7 +121,7 @@ final class ConfigEvents {
...
@@ -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'
;
...
...
core/lib/Drupal/Core/Config/Importer/MissingContentEvent.php
View file @
6cd0b99d
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
/**
/**
* Wraps a configuration event for event listeners.
* Wraps a configuration event for event listeners.
*
*
* @see \Drupal\Core\Config\Config
\Config
Events::IMPORT_MISSING_CONTENT
* @see \Drupal\Core\Config\ConfigEvents::IMPORT_MISSING_CONTENT
*/
*/
class
MissingContentEvent
extends
Event
{
class
MissingContentEvent
extends
Event
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment