You are here

public function BrowserType::getGroupMap in Paragraphs Browser 8

File

src/Entity/BrowserType.php, line 128

Class

BrowserType
Defines the ParagraphsType entity.

Namespace

Drupal\paragraphs_browser\Entity

Code

public function getGroupMap($paragraph_type_id) {
  if (isset($this->map[$paragraph_type_id])) {
    return $this->map[$paragraph_type_id];
  }
  return NULL;
}