You are here

public function TaxonomyManagerForm::exportListFormCallback in Taxonomy Manager 2.0.x

AJAX callback handler for export terms from a given vocabulary.

File

src/Form/TaxonomyManagerForm.php, line 346

Class

TaxonomyManagerForm
Taxonomy manager class.

Namespace

Drupal\taxonomy_manager\Form

Code

public function exportListFormCallback($form, FormStateInterface $form_state) {
  return $this
    ->modalHelper($form_state, 'Drupal\\taxonomy_manager\\Form\\ExportTermsMiniForm', 'taxonomy_manager.admin_vocabulary.exportlist', $this
    ->t('Export terms'));
}