You are here

public function FilterConditionDeleteForm::getCancelUrl in Tooltip Taxonomy 8

Overrides ConfirmFormInterface::getCancelUrl

See also

\Drupal\Core\Form\ConfirmFormInterface::getCancelUrl()

1 call to FilterConditionDeleteForm::getCancelUrl()
FilterConditionDeleteForm::submitForm in src/Form/FilterConditionDeleteForm.php
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…

File

src/Form/FilterConditionDeleteForm.php, line 30

Class

FilterConditionDeleteForm
Builds the form to delete an Example.

Namespace

Drupal\tooltip_taxonomy\Form

Code

public function getCancelUrl() {
  return new Url('entity.tooltip_taxonomy.config');
}