You are here

protected property ViewsFormBase::$id in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php \Drupal\views_ui\Form\Ajax\ViewsFormBase::id

The ID of the item this form is manipulating.

Type: string

File

core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php, line 33

Class

ViewsFormBase
Provides a base class for Views UI AJAX forms.

Namespace

Drupal\views_ui\Form\Ajax

Code

protected $id;