Commit e80f6b8c authored by catch's avatar catch
Browse files

Issue #3264862 by mglaman, ankithashetty, longwave: ContextAwarePluginBase...

Issue #3264862 by mglaman, ankithashetty, longwave: ContextAwarePluginBase class not annotated as deprecated

(cherry picked from commit 4dcb45e2)
parent 565b68ed
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -13,6 +13,11 @@

/**
 * Base class for plugins that are context aware.
 *
 * @deprecated in drupal:9.1.0 and is removed from drupal:10.0.0. Use
 *   \Drupal\Core\Plugin\ContextAwarePluginTrait instead.
 *
 * @see https://www.drupal.org/node/3120980
 */
abstract class ContextAwarePluginBase extends ComponentContextAwarePluginBase implements ContextAwarePluginInterface, CacheableDependencyInterface {