public function StockEventsInterface::saveConfigFormOptions in Commerce Stock 8
Save the configuration options.
Parameters
array $form: The stock manager configuration form holding the option elements.
\Drupal\Core\Form\FormStateInterface $form_state: The stock manager configuration form state.
2 methods override StockEventsInterface::saveConfigFormOptions()
- CoreStockEvents::saveConfigFormOptions in src/
Plugin/ StockEvents/ CoreStockEvents.php - Save the configuration options.
- DisabledStockEvents::saveConfigFormOptions in src/
Plugin/ StockEvents/ DisabledStockEvents.php - Save the configuration options.
File
- src/
Plugin/ StockEventsInterface.php, line 68
Class
- StockEventsInterface
- Defines an interface for Stock events plugins.
Namespace
Drupal\commerce_stock\PluginCode
public function saveConfigFormOptions(array $form, FormStateInterface $form_state);