You are here

protected property DatabaseQueue::$tableExists in Purge 8.3

Static boolean to determine if we've checked for table installation.

Type: bool

File

src/Plugin/Purge/Queue/DatabaseQueue.php, line 31

Class

DatabaseQueue
A QueueInterface compliant database backed queue.

Namespace

Drupal\purge\Plugin\Purge\Queue

Code

protected $tableExists = FALSE;