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\EntityCode
public function groupManager() {
$this
->initGroupList();
return $this->groupList;
}