Issue #3264862 by mglaman, ankithashetty, longwave: ContextAwarePluginBase class not annotated as deprecated
parent
b568675f65
commit
4dcb45e275
|
@ -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 {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue