public function BrowserGroupItem::getWeight in Paragraphs Browser 8
1 call to BrowserGroupItem::getWeight()
File
- src/
BrowserGroupItem.php, line 35
Class
Namespace
Drupal\paragraphs_browserCode
public function getWeight() {
return is_numeric($this->weight) ? $this->weight : 0;
}