You are here

public function ParagraphsSetInterface::getLabel in Paragraphs Sets 8.2

Return the label of the Paragraph Set.

Return value

string The label of the Paragraph Set.

1 method overrides ParagraphsSetInterface::getLabel()
ParagraphsSet::getLabel in src/Entity/ParagraphsSet.php
Return the label of the Paragraph Set.

File

src/ParagraphsSetInterface.php, line 34

Class

ParagraphsSetInterface
Provides an interface defining a ParagraphsSet entity.

Namespace

Drupal\paragraphs_sets

Code

public function getLabel();