You are here

public function BrowserGroupList::getGroups in Paragraphs Browser 8

Returns list of paragraphs groups

Return value

array

1 call to BrowserGroupList::getGroups()
BrowserGroupList::getLastGroup in src/BrowserGroupList.php
Gets the last group in the list

File

src/BrowserGroupList.php, line 21

Class

BrowserGroupList

Namespace

Drupal\paragraphs_browser

Code

public function getGroups() {
  return $this->groups;
}