protected function ObjectOptionsFormBase::optionRemoved in Ubercart 8.4
Called when submission of this form caused an option to be removed.
1 call to ObjectOptionsFormBase::optionRemoved()
- ObjectOptionsFormBase::submitForm in uc_attribute/
src/ Form/ ObjectOptionsFormBase.php - Form submission handler.
1 method overrides ObjectOptionsFormBase::optionRemoved()
- ProductOptionsForm::optionRemoved in uc_attribute/
src/ Form/ ProductOptionsForm.php - Called when submission of this form caused an option to be removed.
File
- uc_attribute/
src/ Form/ ObjectOptionsFormBase.php, line 247
Class
- ObjectOptionsFormBase
- Defines the class/product attributes options form.
Namespace
Drupal\uc_attribute\FormCode
protected function optionRemoved($aid, $oid) {
}