Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
micro_site
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
micro_site
Merge requests
!12
Draft: Issue
#3433389
: Drupal 11 compatibility
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: Issue
#3433389
: Drupal 11 compatibility
issue/micro_site-3433389:3433389-automated-drupal-11
into
8.x-1.x
Overview
0
Commits
2
Pipelines
1
Changes
9
Open
pacproduct
requested to merge
issue/micro_site-3433389:3433389-automated-drupal-11
into
8.x-1.x
1 week ago
Overview
0
Commits
2
Pipelines
1
Changes
9
Expand
Closes
#3433389
Includes the following changes:
Changes made by
project update bot
Global route cache contexts are now added with an EventSubscriber to work around
https://www.drupal.org/project/drupal/issues/3452181
0
0
Merge request reports
Compare
8.x-1.x
8.x-1.x (HEAD)
and
latest version
latest version
4fc03c5b
2 commits,
1 week ago
9 files
+
54
−
22
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
src/EventSubscriber/NodeSubscriber.php
+
1
−
1
Options
@@ -70,7 +70,7 @@ class NodeSubscriber implements EventSubscriberInterface {
/**
* {@inheritdoc}
*/
public
static
function
getSubscribedEvents
()
{
public
static
function
getSubscribedEvents
()
:
array
{
$events
[
KernelEvents
::
REQUEST
]
=
array
(
'onRequest'
);
return
$events
;
}
Loading