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