public function CloudBlockBase::getDescription in Gutenberg 8
Same name and namespace in other branches
- 8.2 modules/gutenberg_cloud/src/CloudBlockBase.php \Drupal\gutenberg_cloud\CloudBlockBase::getDescription()
Getter for description.
Overrides CloudBlockInterface::getDescription
File
- modules/
gutenberg_cloud/ src/ CloudBlockBase.php, line 100
Class
- CloudBlockBase
- Class CloudBlockBase.
Namespace
Drupal\gutenberg_cloudCode
public function getDescription() {
return $this->description;
}