You are here

public function BrowserType::groupManager in Paragraphs Browser 8

File

src/Entity/BrowserType.php, line 114

Class

BrowserType
Defines the ParagraphsType entity.

Namespace

Drupal\paragraphs_browser\Entity

Code

public function groupManager() {
  $this
    ->initGroupList();
  return $this->groupList;
}