public function AcquiaPurgeStateStorageInterface::set in Acquia Purge 7
Store the state item in state item storage.
Parameters
AcquiaPurgeStateItemInterface $item: The AcquiaPurgeStateItemInterface object to store.
1 method overrides AcquiaPurgeStateStorageInterface::set()
- AcquiaPurgeStateStorageBase::set in lib/
state/ AcquiaPurgeStateStorageBase.php - Store the state item in state item storage.
File
- lib/
state/ AcquiaPurgeStateStorageInterface.php, line 48 - Contains AcquiaPurgeStateStorageInterface.
Class
- AcquiaPurgeStateStorageInterface
- Describes a state storage object that maintains AcquiaPurgeStateItem objects.
Code
public function set(AcquiaPurgeStateItemInterface $item);