public function BulkVariationsCreatorInterface::createAllIefFormVariations in Commerce Bulk 8
An AJAX callback to create all possible variations.
Parameters
array $form: An array form for commerce_product with ief widget.
\Drupal\Core\Form\FormStateInterface $form_state: The form state of the commerce_product form with at least one variation created.
See also
self->getIefFormAllAttributesCombinations()
1 method overrides BulkVariationsCreatorInterface::createAllIefFormVariations()
- BulkVariationsCreator::createAllIefFormVariations in src/
BulkVariationsCreator.php - An AJAX callback to create all possible variations.
File
- src/
BulkVariationsCreatorInterface.php, line 167
Class
- BulkVariationsCreatorInterface
- Manages variation combinations creation.
Namespace
Drupal\commerce_bulkCode
public function createAllIefFormVariations(array $form, FormStateInterface $form_state);