public function HashServiceInterface::getKey in Fast Autocomplete 8
Returns the key used for getting a hash.
Parameters
bool $renewal: If TRUE, the key is renewed.
Return value
string The key.
1 method overrides HashServiceInterface::getKey()
- HashService::getKey in src/
HashService.php - Returns the key used for getting a hash.
File
- src/
HashServiceInterface.php, line 44
Class
- HashServiceInterface
- Interface HashServiceInterface.
Namespace
Drupal\facCode
public function getKey($renewal = FALSE);