public function ParagraphsTypeInterface::getDescription in Paragraphs 8
Gets the description.
Return value
string The description of this paragraph type.
1 method overrides ParagraphsTypeInterface::getDescription()
- ParagraphsType::getDescription in src/
Entity/ ParagraphsType.php - Gets the description.
File
- src/
ParagraphsTypeInterface.php, line 68
Class
- ParagraphsTypeInterface
- Provides an interface defining a ParagraphsType entity.
Namespace
Drupal\paragraphsCode
public function getDescription();