You are here

public function BrowserGroupItem::getId in Paragraphs Browser 8

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

File

src/BrowserGroupItem.php, line 43

Class

BrowserGroupItem

Namespace

Drupal\paragraphs_browser

Code

public function getId() {
  return $this->id;
}