public function BrowserGroupList::setGroup in Paragraphs Browser 8
Parameters
\Drupal\paragraphs_browser\BrowserGroupItem $group:
1 call to BrowserGroupList::setGroup()
File
- src/
BrowserGroupList.php, line 57
Class
Namespace
Drupal\paragraphs_browserCode
public function setGroup(BrowserGroupItem $group) {
$this->groups[$group
->getId()] = $group;
}