Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rdf_sync
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
rdf_sync
Merge requests
!33
Resolve
#3479827
"Synchronization ui"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
#3479827
"Synchronization ui"
issue/rdf_sync-3479827:3479827-synchronization-ui
into
1.x
Overview
5
Commits
14
Pipelines
12
Changes
7
All threads resolved!
Show all comments
Merged
Adrian Lorenc
requested to merge
issue/rdf_sync-3479827:3479827-synchronization-ui
into
1.x
5 months ago
Overview
5
Commits
14
Pipelines
12
Changes
7
All threads resolved!
Show all comments
Expand
Closes
#3479827
0
0
Merge request reports
Compare
1.x
version 11
7fe0a495
4 months ago
version 10
7fe0a495
4 months ago
version 9
7fe0a495
5 months ago
version 8
f06b34e4
5 months ago
version 7
5be30883
5 months ago
version 6
6fc8da2f
5 months ago
version 5
a0371016
5 months ago
version 4
afe46ffa
5 months ago
version 3
b5b012a3
5 months ago
version 2
af543622
5 months ago
version 1
e73ac601
5 months ago
1.x (base)
and
latest version
latest version
7fe0a495
14 commits,
4 months ago
version 11
7fe0a495
14 commits,
4 months ago
version 10
7fe0a495
14 commits,
4 months ago
version 9
7fe0a495
14 commits,
5 months ago
version 8
f06b34e4
13 commits,
5 months ago
version 7
5be30883
12 commits,
5 months ago
version 6
6fc8da2f
9 commits,
5 months ago
version 5
a0371016
8 commits,
5 months ago
version 4
afe46ffa
7 commits,
5 months ago
version 3
b5b012a3
6 commits,
5 months ago
version 2
af543622
5 commits,
5 months ago
version 1
e73ac601
4 commits,
5 months ago
7 files
+
374
−
58
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
src/Attribute/RdfSyncConnector.php
+
2
−
0
Options
<?php
declare
(
strict_types
=
1
);
namespace
Drupal\rdf_sync\Attribute
;
use
Drupal\Component\Plugin\Attribute\Plugin
;
Loading