public function ParagraphsCategoryInterface::getDescription in Paragraphs Editor Enhancements 8
Get the description of the Paragraphs category.
Return value
string The category description.
1 method overrides ParagraphsCategoryInterface::getDescription()
- ParagraphsCategory::getDescription in src/
Entity/ ParagraphsCategory.php - Get the description of the Paragraphs category.
File
- src/
ParagraphsCategoryInterface.php, line 18
Class
- ParagraphsCategoryInterface
- Interface for Paragraphs category entities.
Namespace
Drupal\paragraphs_eeCode
public function getDescription();