You are here

public function BrowserGroupItem::setLabel in Paragraphs Browser 8

1 call to BrowserGroupItem::setLabel()
BrowserGroupItem::__construct in src/BrowserGroupItem.php

File

src/BrowserGroupItem.php, line 31

Class

BrowserGroupItem

Namespace

Drupal\paragraphs_browser

Code

public function setLabel($value) {
  $this->label = $value;
}