protected property AcquiaPurgeStateStorageBase::$commit in Acquia Purge 7
Indicates if ::commit() has been registered to be called at shutdown.
Type: bool
File
- lib/
state/ AcquiaPurgeStateStorageBase.php, line 18 - Contains AcquiaPurgeStateStorageBase.
Class
- AcquiaPurgeStateStorageBase
- Base layer for state storage backends.
Code
protected $commit = FALSE;