You are here

public function ImporterForm::getContentEntityTypesAjaxForm in CSV Importer 8

Entity type AJAX form handler.

File

src/Form/ImporterForm.php, line 199

Class

ImporterForm
Provides CSV importer form.

Namespace

Drupal\csv_importer\Form

Code

public function getContentEntityTypesAjaxForm(array &$form, FormStateInterface $form_state) {
  return $form['importer'];
}