You are here

public function AddressTrait::setLabel in Ubercart 8.4

File

uc_store/src/AddressTrait.php, line 112

Class

AddressTrait
Defines a trait implementing \Drupal\uc_store\AddressInterface.

Namespace

Drupal\uc_store

Code

public function setLabel($label) {
  $this->label = $label;
  return $this;
}