public function ParagraphsSet::getParagraphs in Paragraphs Sets 8.2
Same name and namespace in other branches
- 8 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 the Paragraph Set.
Overrides ParagraphsSetInterface::getParagraphs
File
- src/
Entity/ ParagraphsSet.php, line 119
Class
- ParagraphsSet
- Defines the ParagraphsSet entity.
Namespace
Drupal\paragraphs_sets\EntityCode
public function getParagraphs() {
return $this->paragraphs;
}