public function MarstonEncryption::getModulus in Ubercart 8.4
Accessor for mod property.
File
- uc_store/
src/ MarstonEncryption.php, line 167
Class
- MarstonEncryption
- Deprecated. Handles encryption of credit-card information.
Namespace
Drupal\uc_storeCode
public function getModulus() {
return $this->mod;
}