public function ParagraphsSet::getLabel in Paragraphs Sets 8.2
Return the label of the Paragraph Set.
Return value
string The label of the Paragraph Set.
Overrides ParagraphsSetInterface::getLabel
File
- src/
Entity/ ParagraphsSet.php, line 105
Class
- ParagraphsSet
- Defines the ParagraphsSet entity.
Namespace
Drupal\paragraphs_sets\EntityCode
public function getLabel() {
return $this->label;
}