public function BrowserGroupItem::setLabel in Paragraphs Browser 8
1 call to BrowserGroupItem::setLabel()
File
- src/
BrowserGroupItem.php, line 31
Class
Namespace
Drupal\paragraphs_browserCode
public function setLabel($value) {
$this->label = $value;
}