You are here

public function BatchTermController::batchAddTerms in Batch add terms 8

Callback function for batch_add_terms.mass_add route.

1 string reference to 'BatchTermController::batchAddTerms'
batch_add_terms.routing.yml in ./batch_add_terms.routing.yml
batch_add_terms.routing.yml

File

src/Controller/BatchTermController.php, line 17

Class

BatchTermController
Class for Batch add terms Controller.

Namespace

Drupal\batch_add_terms\Controller

Code

public function batchAddTerms($taxonomy_vocabulary) {
  return \Drupal::formBuilder()
    ->getForm('Drupal\\batch_add_terms\\Form\\BatchAddTermForm');
}