You are here

public function MarstonEncryption::getErrors in Ubercart 8.4

Accessor for errors property.

Return value

array Array of text strings containing error messages.

Overrides EncryptionInterface::getErrors

File

uc_store/src/MarstonEncryption.php, line 129

Class

MarstonEncryption
Deprecated. Handles encryption of credit-card information.

Namespace

Drupal\uc_store

Code

public function getErrors() {
  return $this->errors;
}