8 calls to DatabaseTableTrait::getUniqueToken()
- DoctrineDbalStore::delete in vendor/
symfony/ lock/ Store/ DoctrineDbalStore.php - Removes a resource from the storage.
- DoctrineDbalStore::exists in vendor/
symfony/ lock/ Store/ DoctrineDbalStore.php - Returns whether or not the resource exists in the storage.
- DoctrineDbalStore::putOffExpiration in vendor/
symfony/ lock/ Store/ DoctrineDbalStore.php - Extends the TTL of a resource.
- DoctrineDbalStore::save in vendor/
symfony/ lock/ Store/ DoctrineDbalStore.php - Stores the resource if it's not locked by someone else.
- PdoStore::delete in vendor/
symfony/ lock/ Store/ PdoStore.php - Removes a resource from the storage.
- PdoStore::exists in vendor/
symfony/ lock/ Store/ PdoStore.php - Returns whether or not the resource exists in the storage.
- PdoStore::putOffExpiration in vendor/
symfony/ lock/ Store/ PdoStore.php - Extends the TTL of a resource.
- PdoStore::save in vendor/
symfony/ lock/ Store/ PdoStore.php - Stores the resource if it's not locked by someone else.