public function CloudBlock::getRaw in Gutenberg 8.2
Same name and namespace in other branches
- 8 modules/gutenberg_cloud/src/CloudBlock.php \Drupal\gutenberg_cloud\CloudBlock::getRaw()
Getter for raw block.
Return value
object|null Block object, defaults to null.
File
- modules/
gutenberg_cloud/ src/ CloudBlock.php, line 38
Class
- CloudBlock
- Class CloudBlock.
Namespace
Drupal\gutenberg_cloudCode
public function getRaw() {
return $this->raw;
}