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