You are here

public function BrowserType::setGroupMap in Paragraphs Browser 8

File

src/Entity/BrowserType.php, line 136

Class

BrowserType
Defines the ParagraphsType entity.

Namespace

Drupal\paragraphs_browser\Entity

Code

public function setGroupMap($paragraph_type_id, $group_machine_name) {
  $this->map[$paragraph_type_id] = $group_machine_name;
}