protected function ObjectAttributesFormBase::attributesRemoved in Ubercart 8.4
Called when submission of this form caused attributes to be removed.
1 call to ObjectAttributesFormBase::attributesRemoved()
- ObjectAttributesFormBase::submitForm in uc_attribute/
src/ Form/ ObjectAttributesFormBase.php - Form submission handler.
1 method overrides ObjectAttributesFormBase::attributesRemoved()
- ProductAttributesForm::attributesRemoved in uc_attribute/
src/ Form/ ProductAttributesForm.php - Called when submission of this form caused attributes to be removed.
File
- uc_attribute/
src/ Form/ ObjectAttributesFormBase.php, line 188
Class
- ObjectAttributesFormBase
- Defines the class/product attributes overview form.
Namespace
Drupal\uc_attribute\FormCode
protected function attributesRemoved() {
}