public function ParagraphsType::getDescription in Paragraphs 8
Gets the description.
Return value
string The description of this paragraph type.
Overrides ParagraphsTypeInterface::getDescription
File
- src/
Entity/ ParagraphsType.php, line 252
Class
- ParagraphsType
- Defines the ParagraphsType entity.
Namespace
Drupal\paragraphs\EntityCode
public function getDescription() {
return $this->description;
}