Form submission handler for the 'cancel' 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 cancel(array $form, array &$form_state) {
$form_state['redirect'] = 'admin/structure/views';
}