Skip to content
Snippets Groups Projects

Issue #2707689: NodeForm::actions() checks for delete access on new entities

2 files
+ 8
1
Compare changes
  • Side-by-side
  • Inline
Files
2
  • 8d083177
    Issue #3153852 by clayfreeman, catch: Both component and core versions of... · 8d083177
    catch authored
    Issue #3153852 by clayfreeman, catch: Both component and core versions of ContextAwarePluginBase need updated deprecation documentation
@@ -8,8 +8,15 @@
use Drupal\Component\Plugin\Context\Context;
use Symfony\Component\Validator\ConstraintViolationList;
@trigger_error(__NAMESPACE__ . '\ContextAwarePluginBase is deprecated in drupal:9.1.0 and is removed from drupal:10.0.0 without replacement. See https://www.drupal.org/node/3120980', E_USER_DEPRECATED);
/**
* Base class for plugins that are context aware.
*
* @deprecated in drupal:9.1.0 and is removed from drupal:10.0.0 without
* replacement.
*
* @see https://www.drupal.org/node/3120980
*/
abstract class ContextAwarePluginBase extends PluginBase implements ContextAwarePluginInterface {
Loading