You are here

protected function DeleteTermsConfirm::getVocablaryName in Taxonomy Multi-delete Terms 8

1 call to DeleteTermsConfirm::getVocablaryName()
DeleteTermsConfirm::getCancelUrl in src/Form/DeleteTermsConfirm.php
Returns the route to go to if the user cancels the action.

File

src/Form/DeleteTermsConfirm.php, line 108

Class

DeleteTermsConfirm
Defines a confirmation form for deleting term data.

Namespace

Drupal\taxonomy_multidelete_terms\Form

Code

protected function getVocablaryName() {
  return $this->tempStore
    ->get('vocabulary');
}