You are here

public property ViewExecutable::$dom_id in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/ViewExecutable.php \Drupal\views\ViewExecutable::dom_id

A unique identifier which allows to update multiple views output via js.

Type: string

File

core/modules/views/src/ViewExecutable.php, line 386

Class

ViewExecutable
Represents a view as a whole.

Namespace

Drupal\views

Code

public $dom_id;