You are here

protected property ViewsForm::$urlGenerator in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/src/Form/ViewsForm.php \Drupal\views\Form\ViewsForm::urlGenerator

The url generator to generate the form action.

Type: \Drupal\Core\Routing\UrlGeneratorInterface

File

core/modules/views/src/Form/ViewsForm.php, line 47

Class

ViewsForm
Provides a base class for single- or multistep view forms.

Namespace

Drupal\views\Form

Code

protected $urlGenerator;