| Batch::claimItem | function | drupal/core/lib/Drupal/Core/Queue/Batch.php | Overrides Drupal\Core\Queue\System::claimItem(). | 
          
                  | Memory::claimItem | function | drupal/core/lib/Drupal/Core/Queue/Memory.php | Implements Drupal\Core\Queue\QueueInterface::claimItem(). | 
          
                  | System::claimItem | function | drupal/core/lib/Drupal/Core/Queue/System.php | Implements Drupal\Core\Queue\QueueInterface::claimItem(). | 
          
                  | BatchMemory::claimItem | function | drupal/core/lib/Drupal/Core/Queue/BatchMemory.php | Overrides Drupal\Core\Queue\Memory::claimItem(). | 
          
                  | QueueInterface::claimItem | function | drupal/core/lib/Drupal/Core/Queue/QueueInterface.php | Claims an item in the queue for processing. |