You are here

public function EntityDeleteForm::ajaxCallChangeEntity in Entity Delete 8

File

src/Form/EntityDeleteForm.php, line 152

Class

EntityDeleteForm
Class EntityDeleteForm.

Namespace

Drupal\entity_delete\Form

Code

public function ajaxCallChangeEntity(array &$form, FormStateInterface $form_state) {
  return $form['displays']['show']['type'];
}