Verified Commit c31491b7 authored by Dave Long's avatar Dave Long
Browse files

Issue #3397488 by nbeaucage, longwave, smustgrave, catch: Deprecate unused CacheDecoratorInterface

(cherry picked from commit 4cff7cd6)
parent 3229a9fe
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -2,8 +2,15 @@

namespace Drupal\Core\CacheDecorator;

@trigger_error('The ' . __NAMESPACE__ . '\CacheDecoratorInterface is deprecated in drupal:10.2.0 and is removed from drupal:11.0.0. There is no replacement. See https://www.drupal.org/node/3398182', E_USER_DEPRECATED);

/**
 * Defines an interface for cache decorator implementations.
 *
 * @deprecated in drupal:10.2.0 and is removed from drupal:11.0.0.
 *  There is no replacement.
 *
 * @see https://www.drupal.org/node/3398182
 */
interface CacheDecoratorInterface {