Skip to content
Snippets Groups Projects

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

1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
  • 6fc5799a
    Issue #3309748 by andypost, Ratan Priya, Berdir, mondrake: Define missing... · 6fc5799a
    catch authored
    Issue #3309748 by andypost, Ratan Priya, Berdir, mondrake: Define missing object properties on non-testing classes for PHP 8.2
@@ -21,6 +21,15 @@
*/
class ManyToOneHelper {
/**
* Should the field use formula or alias.
*
* @see \Drupal\views\Plugin\views\argument\StringArgument::query()
*
* @var bool
*/
public $formula = FALSE;
/**
* The handler.
*/
Loading