You are here

public function BrowserGroupList::setGroup in Paragraphs Browser 8

Parameters

\Drupal\paragraphs_browser\BrowserGroupItem $group:

1 call to BrowserGroupList::setGroup()
BrowserGroupList::setGroups in src/BrowserGroupList.php

File

src/BrowserGroupList.php, line 57

Class

BrowserGroupList

Namespace

Drupal\paragraphs_browser

Code

public function setGroup(BrowserGroupItem $group) {
  $this->groups[$group
    ->getId()] = $group;
}