public function TxBuffer::next in Purge 8.3
See also
http://php.net/manual/en/iterator.next.php
File
- src/
Plugin/ Purge/ Queue/ TxBuffer.php, line 146
Class
- TxBuffer
- Provides the transaction buffer.
Namespace
Drupal\purge\Plugin\Purge\QueueCode
public function next() {
return next($this->instances);
}