public function BulkVariationsCreatorInterface::getAttributeFieldNames in Commerce Bulk 8
Gets the names of the entity's attribute fields.
Parameters
\Drupal\commerce_product\Entity\ProductVariation $variation: The commerce product variation.
Return value
string[] The attribute field names.
1 method overrides BulkVariationsCreatorInterface::getAttributeFieldNames()
- BulkVariationsCreator::getAttributeFieldNames in src/
BulkVariationsCreator.php - Gets the names of the entity's attribute fields.
File
- src/
BulkVariationsCreatorInterface.php, line 335
Class
- BulkVariationsCreatorInterface
- Manages variation combinations creation.
Namespace
Drupal\commerce_bulkCode
public function getAttributeFieldNames(ProductVariation $variation);