public function ParagraphsSetInterface::getDescription in Paragraphs Sets 8.2
Same name and namespace in other branches
- 8 src/ParagraphsSetInterface.php \Drupal\paragraphs_sets\ParagraphsSetInterface::getDescription()
Gets the description.
Return value
string The description of the Paragraph Set.
1 method overrides ParagraphsSetInterface::getDescription()
- ParagraphsSet::getDescription in src/
Entity/ ParagraphsSet.php - Gets the description.
File
- src/
ParagraphsSetInterface.php, line 42
Class
- ParagraphsSetInterface
- Provides an interface defining a ParagraphsSet entity.
Namespace
Drupal\paragraphs_setsCode
public function getDescription();