public function VariationXquantityStockAdjust::execute in Commerce Extended Quantity 8
Executes the plugin.
Overrides ExecutableInterface::execute
File
- modules/
xquantity_stock/ src/ Plugin/ Action/ VariationXquantityStockAdjust.php, line 152
Class
- VariationXquantityStockAdjust
- Adjust variation stock.
Namespace
Drupal\xquantity_stock\Plugin\ActionCode
public function execute($variation = NULL) {
// Do nothing.
}