You are here

public function EntityformTypeFormController::delete in Entityform 8.2

File

lib/Drupal/entityform/EntityformTypeFormController.php, line 169
Contains \Drupal\entityform\EntityformTypeFormController.

Class

EntityformTypeFormController
Form controller for entityform type forms.

Namespace

Drupal\entityform

Code

public function delete(array $form, array &$form_state) {
  $form_state['redirect'] = 'admin/structure/entityform-types/manage/' . $this->entity
    ->id() . '/delete';
}