public function PreparedAttribute::getId in Commerce Core 8.2
Gets the ID.
Return value
string The ID.
File
- modules/
product/ src/ PreparedAttribute.php, line 76
Class
- PreparedAttribute
- Represents a prepared attribute.
Namespace
Drupal\commerce_productCode
public function getId() : string {
return $this->id;
}