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