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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!2296
Issue
#3100732
: Allow specifying `meta` data on JSON:API objects
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Issue
#3100732
: Allow specifying `meta` data on JSON:API objects
issue/drupal-3100732:3100732-allow-specifying-meta
into
10.1.x
Overview
0
Commits
322
Pipelines
0
Changes
10
Closed
Björn Brala
requested to merge
issue/drupal-3100732:3100732-allow-specifying-meta
into
10.1.x
2 years ago
Overview
0
Commits
322
Pipelines
0
Changes
4
Expand
0
0
Merge request reports
Compare
version 1
version 5
40cab03f
2 years ago
version 4
40cab03f
2 years ago
version 3
3336b43d
2 years ago
version 2
620fe607
2 years ago
version 1
93979377
2 years ago
10.1.x (base)
and
version 2
latest version
bd3a6009
322 commits,
2 years ago
version 5
40cab03f
537 commits,
2 years ago
version 4
40cab03f
5 commits,
2 years ago
version 3
3336b43d
4 commits,
2 years ago
version 2
620fe607
3 commits,
2 years ago
version 1
93979377
1 commit,
2 years ago
Show latest version
4 files
+
11
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
core/modules/jsonapi/src/Events/CollectRelationshipMetaEvent.php
+
2
−
1
Options
@@ -10,7 +10,8 @@
use
Drupal\Component\EventDispatcher\Event
;
/**
* An event used for collecting resource object metadata of a JSON:API resource type relation.
* An event used for collecting resource object metadata of a JSON:API resource
* type relation.
*/
final
class
CollectRelationshipMetaEvent
extends
Event
implements
RefinableCacheableDependencyInterface
{
Loading