You are here

public function BrowserGroupList::getGroup in Paragraphs Browser 8

Parameters

integer $id:

Return value

\Drupal\paragraphs_browser\BrowserGroupItem

File

src/BrowserGroupList.php, line 50

Class

BrowserGroupList

Namespace

Drupal\paragraphs_browser

Code

public function getGroup($id) {
  return isset($this->groups[$id]) ? $this->groups[$id] : null;
}