You are here

public function EncryptionInterface::getErrors in Ubercart 8.4

Accessor for errors property.

Return value

array Array of text strings containing error messages.

2 methods override EncryptionInterface::getErrors()
MarstonEncryption::getErrors in uc_store/src/MarstonEncryption.php
Accessor for errors property.
OpenSSLEncryption::getErrors in uc_store/src/OpenSSLEncryption.php
Accessor for errors property.

File

uc_store/src/EncryptionInterface.php, line 45

Class

EncryptionInterface
Provides common interface for encryption methods.

Namespace

Drupal\uc_store

Code

public function getErrors();