You are here

public function ParagraphsSetInterface::getParagraphs in Paragraphs Sets 8

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

Get the list of paragraphs in the set.

Return value

array The paragraphs data of this paragraph set.

1 method overrides ParagraphsSetInterface::getParagraphs()
ParagraphsSet::getParagraphs in src/Entity/ParagraphsSet.php
Get the list of paragraphs in the set.

File

src/ParagraphsSetInterface.php, line 26

Class

ParagraphsSetInterface
Provides an interface defining a ParagraphsSet entity.

Namespace

Drupal\paragraphs_sets

Code

public function getParagraphs();