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