You are here

public function PreparedAttribute::getLabel in Commerce Core 8.2

Gets the label.

Return value

string The label.

File

modules/product/src/PreparedAttribute.php, line 86

Class

PreparedAttribute
Represents a prepared attribute.

Namespace

Drupal\commerce_product

Code

public function getLabel() : string {
  return $this->label;
}