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
220
Merge Requests
220
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
50e58a9f
Unverified
Commit
50e58a9f
authored
Jul 14, 2020
by
alexpott
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#3156123
by andypost: Fix MissingContentEvent see reference
parent
cb2b7534
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 @
50e58a9f
...
...
@@ -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'
;
...
...
core/lib/Drupal/Core/Config/Importer/MissingContentEvent.php
View file @
50e58a9f
...
...
@@ -7,7 +7,7 @@
/**
* 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
{
...
...
alexpott
@alexpott
mentioned in commit
d6cd1940
·
Jul 14, 2020
mentioned in commit
d6cd1940
mentioned in commit d6cd19407a156c109e1a3935c5e43b4b8e778f50
Toggle commit list
alexpott
@alexpott
mentioned in commit
6cd0b99d
·
Jul 14, 2020
mentioned in commit
6cd0b99d
mentioned in commit 6cd0b99d80d8f7225f187890ccd89c508a04b272
Toggle commit list
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