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

merge-requests/1862/head
catch 2022-02-21 12:23:56 +00:00
parent b568675f65
commit 4dcb45e275
1 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,11 @@ use Drupal\Core\TypedData\TypedDataTrait;
/** /**
* Base class for plugins that are context aware. * 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 { abstract class ContextAwarePluginBase extends ComponentContextAwarePluginBase implements ContextAwarePluginInterface, CacheableDependencyInterface {