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