Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eme
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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
eme
Merge requests
!14
Issue
#3462845
: Detach reference discivery from exportable plugins
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3462845
: Detach reference discivery from exportable plugins
issue/eme-3462845:3462845-detach-reference-discovery
into
2.x
Overview
0
Commits
3
Pipelines
8
Changes
46
Merged
Zoltan Attila Horvath
requested to merge
issue/eme-3462845:3462845-detach-reference-discovery
into
2.x
10 months ago
Overview
0
Commits
3
Pipelines
8
Changes
46
Expand
Closes
#3462845
0
0
Merge request reports
Compare
2.x
version 7
257e7c9f
10 months ago
version 6
6f8452bb
10 months ago
version 5
31cb002b
10 months ago
version 4
494fbbbc
10 months ago
version 3
dac8e95a
10 months ago
version 2
e7d724d3
10 months ago
version 1
855262a2
10 months ago
2.x (base)
and
latest version
latest version
257e7c9f
3 commits,
10 months ago
version 7
257e7c9f
3 commits,
10 months ago
version 6
6f8452bb
3 commits,
10 months ago
version 5
31cb002b
4 commits,
10 months ago
version 4
494fbbbc
4 commits,
10 months ago
version 3
dac8e95a
4 commits,
10 months ago
version 2
e7d724d3
2 commits,
10 months ago
version 1
855262a2
1 commit,
10 months ago
46 files
+
1332
−
1453
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
46
Search (e.g. *.vue) (Ctrl+P)
src/EmeExportable/ExportablePluginInterface.php
+
0
−
16
Options
@@ -60,22 +60,6 @@ interface ExportablePluginInterface {
*/
public
function
getDestination
():
array
;
/**
* Returns the list of the objects needed to migrate the current object.
*
* @return \Drupal\eme\EmeObject[]
* List of the EmeObjects needed to migrate the current object.
*/
public
function
getDirectDependencies
():
array
;
/**
* List of the objects that require the current object to be migrated.
*
* @return \Drupal\eme\EmeObject[]
* List of the EmeObjects that require the current object to be migrated.
*/
public
function
getReverseDependencies
():
array
;
/**
* Returns the type of the exported object.
*
Loading