Loading core/lib/Drupal/Core/Plugin/ContextAwarePluginBase.php +5 −0 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading
core/lib/Drupal/Core/Plugin/ContextAwarePluginBase.php +5 −0 Original line number Diff line number Diff line Loading @@ -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 { Loading