You are here

public function CloneEntityType::ajaxCallChangeEntity in Entity Type Clone 8

File

src/Form/CloneEntityType.php, line 153

Class

CloneEntityType
Class CloneEntityType.

Namespace

Drupal\entity_type_clone\Form

Code

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