public function WebformComposite::getDescription in Webform Composite Tools 8
Get administrative description.
Return value
string HTML Administrative description text.
Overrides WebformCompositeInterface::getDescription
File
- src/
Entity/ WebformComposite.php, line 116
Class
- WebformComposite
- Defines the Webform Composite entity.
Namespace
Drupal\webform_composite\EntityCode
public function getDescription() {
return $this->description;
}