protected function ObjectAttributesAddFormBase::attributesAdded in Ubercart 8.4
Called when submission of this form caused attributes to be added.
1 call to ObjectAttributesAddFormBase::attributesAdded()
- ObjectAttributesAddFormBase::submitForm in uc_attribute/
src/ Form/ ObjectAttributesAddFormBase.php - Form submission handler.
1 method overrides ObjectAttributesAddFormBase::attributesAdded()
- ProductAttributesAddForm::attributesAdded in uc_attribute/
src/ Form/ ProductAttributesAddForm.php - Called when submission of this form caused attributes to be added.
File
- uc_attribute/
src/ Form/ ObjectAttributesAddFormBase.php, line 145
Class
- ObjectAttributesAddFormBase
- Defines the class/product attributes add form.
Namespace
Drupal\uc_attribute\FormCode
protected function attributesAdded() {
}