Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ui_patterns
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
ui_patterns
Merge requests
!227
WiP reference
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
WiP reference
issue/ui_patterns-3440293:3440293-2.1.x-field-formatters
into
2.0.x
Overview
0
Commits
6
Pipelines
6
Changes
19
Closed
Mikael Meulle
requested to merge
issue/ui_patterns-3440293:3440293-2.1.x-field-formatters
into
2.0.x
7 months ago
Overview
0
Commits
6
Pipelines
6
Changes
19
Expand
Closes
#3440293
0
0
Merge request reports
Compare
2.0.x
version 5
25552d54
7 months ago
version 4
bd774d3d
7 months ago
version 3
2a7b674c
7 months ago
version 2
4b8fb49d
7 months ago
version 1
d2c26e5a
7 months ago
2.0.x (base)
and
latest version
latest version
cfdfed01
6 commits,
7 months ago
version 5
25552d54
5 commits,
7 months ago
version 4
bd774d3d
4 commits,
7 months ago
version 3
2a7b674c
3 commits,
7 months ago
version 2
4b8fb49d
2 commits,
7 months ago
version 1
d2c26e5a
1 commit,
7 months ago
19 files
+
695
−
158
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
19
Search (e.g. *.vue) (Ctrl+P)
modules/ui_patterns_views/src/Plugin/UiPatterns/Source/ViewFieldSource.php
+
1
−
1
Options
@@ -21,7 +21,7 @@ use Drupal\views\ViewExecutable;
tags
:
[
'views'
],
context_requirements
:
[
'views:row'
],
context_definitions
:
[
'entity'
=>
new
EntityContextDefinition
(
'entity:view'
,
label
:
new
TranslatableMarkup
(
'View'
)),
'
ui_patterns_views:view_
entity'
=>
new
EntityContextDefinition
(
'entity:view'
,
label
:
new
TranslatableMarkup
(
'View'
)),
]
)]
class
ViewFieldSource
extends
ViewsSourceBase
{
Loading