Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!171
Issue
#3189054
: Exception 'MigrateException' is never thrown in the MigrateExecutable constructor
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Closed
Issue
#3189054
: Exception 'MigrateException' is never thrown in the MigrateExecutable constructor
issue/drupal-3189054:3189054-exception-migrate-executable
into
9.2.x
Overview
0
Commits
1
Pipelines
0
Changes
1
Closed
Issue #3189054: Exception 'MigrateException' is never thrown in the MigrateExecutable constructor
Ivan Doroshenko
requested to merge
issue/drupal-3189054:3189054-exception-migrate-executable
into
9.2.x
Dec 18, 2020
Overview
0
Commits
1
Pipelines
0
Changes
1
0
0
Merge request reports
Compare
9.2.x
9.2.x (base)
and
latest version
latest version
4048e313
1 commit,
Dec 18, 2020
1 file
+
0
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
core/modules/migrate/src/MigrateExecutable.php
+
0
−
2
View file @ 4048e313
Edit in single-file editor
Open in Web IDE
Show full file
@@ -99,8 +99,6 @@ class MigrateExecutable implements MigrateExecutableInterface {
* (optional) The migrate message service.
* @param \Symfony\Component\EventDispatcher\EventDispatcherInterface $event_dispatcher
* (optional) The event dispatcher.
*
* @throws \Drupal\migrate\MigrateException
*/
public
function
__construct
(
MigrationInterface
$migration
,
MigrateMessageInterface
$message
=
NULL
,
EventDispatcherInterface
$event_dispatcher
=
NULL
)
{
$this
->
migration
=
$migration
;
Loading