public function ParagraphsSet::getDescription in Paragraphs Sets 8.2
Same name and namespace in other branches
- 8 src/Entity/ParagraphsSet.php \Drupal\paragraphs_sets\Entity\ParagraphsSet::getDescription()
Gets the description.
Return value
string The description of the Paragraph Set.
Overrides ParagraphsSetInterface::getDescription
File
- src/
Entity/ ParagraphsSet.php, line 112
Class
- ParagraphsSet
- Defines the ParagraphsSet entity.
Namespace
Drupal\paragraphs_sets\EntityCode
public function getDescription() {
return $this->description;
}