You are here

public function RuleFormController::delete in JS injector 8

File

lib/Drupal/js_injector/RuleFormController.php, line 165
Contains \Drupal\js_injector\RuleFormController.

Class

RuleFormController
Form controller for the shortcut set entity edit forms.

Namespace

Drupal\js_injector

Code

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