public function PaymentStatusInterface::setLabel in Payment 8.2
Sets the human-readable label.
Parameters
string $label:
Return value
\Drupal\payment\Entity\PaymentStatusInterface
See also
\Drupal\Core\Entity\EntityInterface::label()
1 method overrides PaymentStatusInterface::setLabel()
- PaymentStatus::setLabel in src/
Entity/ PaymentStatus.php - Sets the human-readable label.
File
- src/
Entity/ PaymentStatusInterface.php, line 32
Class
- PaymentStatusInterface
- Defines payment statuses.
Namespace
Drupal\payment\EntityCode
public function setLabel($label);