You are here

public function Settings::getHash in Drupalmonitor 8

Get Hash.

Return value

string|null Hash.

File

src/Settings.php, line 145

Class

Settings
Class Settings.

Namespace

Drupal\drupalmonitor

Code

public function getHash() {
  return $this->settings
    ->get(static::CONFIG_KEY_HASH);
}