public static Settings::getHashSalt()
Gets a salt useful for hardening against SQL injection.
Return value
string A salt based on information in settings.php, not in the database.
Throws
\RuntimeException
File
core/lib/Drupal/Core/Site/Settings.php, line 134
Class
Settings Read only settings that are initialized with the class.
Namespace
Drupal\Core\Site
Code
public static function getHashSalt() {
$hash_salt = self::$instance->get('hash_salt');
// This should never happen, as