public function ProductVariationInterface::getAttributeFieldNames in Commerce Core 8.2
Gets the names of the variation's attribute fields.
Return value
string[] The attribute field names.
1 method overrides ProductVariationInterface::getAttributeFieldNames()
- ProductVariation::getAttributeFieldNames in modules/
product/ src/ Entity/ ProductVariation.php - Gets the names of the variation's attribute fields.
File
- modules/
product/ src/ Entity/ ProductVariationInterface.php, line 146
Class
- ProductVariationInterface
- Defines the interface for product variations.
Namespace
Drupal\commerce_product\EntityCode
public function getAttributeFieldNames();