public function BrowserGroupList::getGroup in Paragraphs Browser 8
Parameters
integer $id:
Return value
\Drupal\paragraphs_browser\BrowserGroupItem
File
- src/
BrowserGroupList.php, line 50
Class
Namespace
Drupal\paragraphs_browserCode
public function getGroup($id) {
return isset($this->groups[$id]) ? $this->groups[$id] : null;
}