You are here

public function EncryptionInterface::setErrors in Ubercart 8.4

Mutator for errors property.

Parameters

array $errors: Array of text strings containing error messages.

Return value

$this

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

File

uc_store/src/EncryptionInterface.php, line 55

Class

EncryptionInterface
Provides common interface for encryption methods.

Namespace

Drupal\uc_store

Code

public function setErrors(array $errors);