public function CloudBlockInterface::getConfig in Gutenberg 8
Same name and namespace in other branches
- 8.2 modules/gutenberg_cloud/src/CloudBlockInterface.php \Drupal\gutenberg_cloud\CloudBlockInterface::getConfig()
Getter for properties related to Cloud Block config.
Return value
array Array of properties.
1 method overrides CloudBlockInterface::getConfig()
- CloudBlockBase::getConfig in modules/
gutenberg_cloud/ src/ CloudBlockBase.php - Getter for properties related to Cloud Block config.
File
- modules/
gutenberg_cloud/ src/ CloudBlockInterface.php, line 67
Class
- CloudBlockInterface
- Interface for cloud block classes.
Namespace
Drupal\gutenberg_cloudCode
public function getConfig();