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