You are here

public function ParagraphsSet::getParagraphs in Paragraphs Sets 8

Same name and namespace in other branches
  1. 8.2 src/Entity/ParagraphsSet.php \Drupal\paragraphs_sets\Entity\ParagraphsSet::getParagraphs()

Get the list of paragraphs in the set.

Return value

array The paragraphs data of this paragraph set.

Overrides ParagraphsSetInterface::getParagraphs

File

src/Entity/ParagraphsSet.php, line 81

Class

ParagraphsSet
Defines the ParagraphsSet entity.

Namespace

Drupal\paragraphs_sets\Entity

Code

public function getParagraphs() {
  return $this->paragraphs;
}