You are here

public property ViewExecutable::$dom_id in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 387
Contains \Drupal\views\ViewExecutable.

Class

ViewExecutable
Represents a view as a whole.

Namespace

Drupal\views

Code

public $dom_id;