public function AnimateAnyForm::animate_any_custom_remove_callback in Animate Any 8
Implements Remove Animate Callback.
File
- src/
Form/ AnimateAnyForm.php, line 195
Class
- AnimateAnyForm
- Provides the Animate Any form.
Namespace
Drupal\animate_any\FormCode
public function animate_any_custom_remove_callback(array $form, FormStateInterface $form_state) {
return $form['animate_fieldset'];
}