You are here

public function RowFieldset::__construct in Views fieldsets 8.3

Constructs an RowFieldset object.

File

src/RowFieldset.php, line 25

Class

RowFieldset

Namespace

Drupal\views_fieldsets

Code

public function __construct($field, ResultRow $row) {
  $this->row = $row;
  $this->properties = get_object_vars($field);
}