Skip to content
Snippets Groups Projects

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

9 files
+ 25
83
Compare changes
  • Side-by-side
  • Inline
Files
9
  • 6572d37a
    Revert "Issue #3230541 by cliddell, jday, yogeshmpawar, neclimdul, cmlara,... · 6572d37a
    Alex Pott authored
    Revert "Issue #3230541 by cliddell, jday, yogeshmpawar, neclimdul, cmlara, Charlie ChX Negyesi: Queue items only reserved by cron for 1 second"
    
    This reverts commit 0fc50fa5.
@@ -52,15 +52,13 @@ class QueueWorker extends Plugin {
public $title;
/**
* An associative array containing optional keys.
* An associative array containing an optional key.
*
* This property is optional and it does not need to be declared.
*
* Available keys:
* - time (optional): How much time Drupal cron should spend on calling this
* worker in seconds. Defaults to 15.
* - lease_time: (optional) How long the lease is for a queue item when
* called from cron in seconds. Defaults to 30.
*
* @var array
*/
Loading