public function Verifier::getPublicKeyRaw in Automatic Updates 7
Same name and namespace in other branches
- 8 vendor/drupal/php-signify/src/Verifier.php \Drupal\Signify\Verifier::getPublicKeyRaw()
Get the raw public key in use.
Return value
string The public key.
File
- vendor/
drupal/ php-signify/ src/ Verifier.php, line 42
Class
Namespace
Drupal\SignifyCode
public function getPublicKeyRaw() {
return $this->publicKeyRaw;
}