public function BrowserGroupItem::toArray in Paragraphs Browser 8
File
- src/
BrowserGroupItem.php, line 53
Class
Namespace
Drupal\paragraphs_browserCode
public function toArray() {
return array(
'label' => $this
->getLabel(),
'id' => $this
->getId(),
'weight' => $this
->getWeight(),
);
}