Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
variationcache
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
variationcache
Merge requests
!3
variationcache-3432902/3432902-fix-the-issues: fix-phpcs-issue
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
variationcache-3432902/3432902-fix-the-issues: fix-phpcs-issue
issue/variationcache-3432902:3432902-fix-the-issues
into
8.x-1.x
Overview
0
Commits
2
Pipelines
0
Changes
7
Open
Chandansha Fakir
requested to merge
issue/variationcache-3432902:3432902-fix-the-issues
into
8.x-1.x
1 year ago
Overview
0
Commits
2
Pipelines
0
Changes
7
Expand
Closes
#3432902
variationcache-3432902/3432902-fix-the-issues: fix-phpcs-issue
0
0
Merge request reports
Compare
8.x-1.x
version 1
519970d5
1 year ago
8.x-1.x (HEAD)
and
latest version
latest version
dae492e2
2 commits,
1 year ago
version 1
519970d5
1 commit,
1 year ago
7 files
+
60
−
17
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/Cache/CacheRedirect.php
+
12
−
4
Options
<?php
/**
* @file
* Implements Drupal\variationcache\Cache.
*/
namespace
Drupal\variationcache\Cache
;
/**
* @file
* Contains a class alias to keep old code functioning now that this module has
* been integrated into Drupal 10.2 and higher. If you are running on this core
* version, you should simply uninstall this module and update code that used to
* use this module to point to the core classes directly.
* Contains a class alias to keep old code functioning now that this module has.
*
* Been integrated into Drupal 10.2 and higher.
*
* If you are running on this core version, you should simply uninstall this
* module and update code that used to use this module to point to the core
* classes directly.
*
* This is an extra precaution on top of the class_alias calls in the module
* file because, sometimes, the variation_cache_factory service is already
Loading