public function BatchTermController::batchAddTerms in Batch add terms 8
Callback function for batch_add_terms.mass_add route.
1 string reference to 'BatchTermController::batchAddTerms'
File
- src/
Controller/ BatchTermController.php, line 17
Class
- BatchTermController
- Class for Batch add terms Controller.
Namespace
Drupal\batch_add_terms\ControllerCode
public function batchAddTerms($taxonomy_vocabulary) {
return \Drupal::formBuilder()
->getForm('Drupal\\batch_add_terms\\Form\\BatchAddTermForm');
}