You are here

function _acquia_purge_state_commit in Acquia Purge 7

DEPRECATED: commit the state data to its persistent storage location.

File

./acquia_purge.deprecated.inc, line 392
Deprecated functions.

Code

function _acquia_purge_state_commit() {
  _acquia_purge_deprecated('_acquia_purge_service()->state()->commit()');
  _acquia_purge_service()
    ->state()
    ->commit();
}