Skip to content
Snippets Groups Projects

variationcache-3432902/3432902-fix-the-issues: fix-phpcs-issue

7 files
+ 60
17
Compare changes
  • Side-by-side
  • Inline
Files
7
<?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