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