Form submission handler for the 'delete' action.
array $form: An associative array containing the structure of the form.
array $form_state: A reference to a keyed array containing the current state of the form.
public function delete(array $form, array &$form_state) {
// @todo Perform common delete operations.
}