You are here

public function RowFieldset::getContent in Views fieldsets 8.3

Object getcontent().

File

src/RowFieldset.php, line 60

Class

RowFieldset

Namespace

Drupal\views_fieldsets

Code

public function getContent() {
  return $this
    ->render();
}