public function HashServiceInterface::isValidHash in Fast Autocomplete 8
Validates if the given hash is valid.
Parameters
string $hash: The hash to validate.
Return value
bool TRUE if the hash is valid. FALSE if the hash is invalid.
1 method overrides HashServiceInterface::isValidHash()
- HashService::isValidHash in src/
HashService.php - Validates if the given hash is valid.
File
- src/
HashServiceInterface.php, line 33
Class
- HashServiceInterface
- Interface HashServiceInterface.
Namespace
Drupal\facCode
public function isValidHash($hash);