Loading core/lib/Drupal/Core/Queue/QueueInterface.php +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ interface QueueInterface { * @param $data * Arbitrary data to be associated with the new task in the queue. * * @return bool|int|string * @return false|int|string * A unique ID if the item was successfully created and was (best effort) * added to the queue, otherwise FALSE. We don't guarantee the item was * committed to disk etc, but as far as we know, the item is now in the Loading Loading
core/lib/Drupal/Core/Queue/QueueInterface.php +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ interface QueueInterface { * @param $data * Arbitrary data to be associated with the new task in the queue. * * @return bool|int|string * @return false|int|string * A unique ID if the item was successfully created and was (best effort) * added to the queue, otherwise FALSE. We don't guarantee the item was * committed to disk etc, but as far as we know, the item is now in the Loading