public function DatabaseStorageSortedTestBase::newKey in Key-value Extensions 8
1 call to DatabaseStorageSortedTestBase::newKey()
File
- src/
Tests/ DatabaseStorageSortedTestBase.php, line 65
Class
Namespace
Drupal\key_value\TestsCode
public function newKey() {
return (int) (microtime(TRUE) * 1000000);
}