You are here

public function BrowserGroupItem::getLabel in Paragraphs Browser 8

1 call to BrowserGroupItem::getLabel()
BrowserGroupItem::toArray in src/BrowserGroupItem.php

File

src/BrowserGroupItem.php, line 27

Class

BrowserGroupItem

Namespace

Drupal\paragraphs_browser

Code

public function getLabel() {
  return $this->label;
}