You are here

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\Queue

Code

public function current() {
  return current($this->instances);
}