comparison core/lib/Drupal/Core/Queue/QueueInterface.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
35 * 35 *
36 * e.g. On a busy system with a large number of consumers and items, the 36 * e.g. On a busy system with a large number of consumers and items, the
37 * result might only be valid for a fraction of a second and not provide an 37 * result might only be valid for a fraction of a second and not provide an
38 * accurate representation. 38 * accurate representation.
39 * 39 *
40 * @return 40 * @return int
41 * An integer estimate of the number of items in the queue. 41 * An integer estimate of the number of items in the queue.
42 */ 42 */
43 public function numberOfItems(); 43 public function numberOfItems();
44 44
45 /** 45 /**