public function CloudBlockInterface::getDescription in Gutenberg 8.2
Same name and namespace in other branches
- 8 modules/gutenberg_cloud/src/CloudBlockInterface.php \Drupal\gutenberg_cloud\CloudBlockInterface::getDescription()
Getter for description.
1 method overrides CloudBlockInterface::getDescription()
- CloudBlockBase::getDescription in modules/
gutenberg_cloud/ src/ CloudBlockBase.php - Getter for description.
File
- modules/
gutenberg_cloud/ src/ CloudBlockInterface.php, line 28
Class
- CloudBlockInterface
- Interface for cloud block classes.
Namespace
Drupal\gutenberg_cloudCode
public function getDescription();