public function BrowserType::removeGroupMap in Paragraphs Browser 8
File
- src/
Entity/ BrowserType.php, line 140
Class
- BrowserType
- Defines the ParagraphsType entity.
Namespace
Drupal\paragraphs_browser\EntityCode
public function removeGroupMap($paragraph_type_id) {
unset($this->map[$paragraph_type_id]);
}