public function PaymentStatus::getDescription in Payment 8.2
Gets the description.
Return value
string
Overrides PaymentStatusInterface::getDescription
File
- src/
Entity/ PaymentStatus.php, line 142
Class
- PaymentStatus
- Defines a payment status entity.
Namespace
Drupal\payment\EntityCode
public function getDescription() {
return $this->description;
}