protected function BrowserGroupItem::setId in Paragraphs Browser 8
1 call to BrowserGroupItem::setId()
File
- src/
BrowserGroupItem.php, line 47
Class
Namespace
Drupal\paragraphs_browserCode
protected function setId($machine_name) {
if (empty($this->id)) {
$this->id = $machine_name;
}
}