public function FixedBlockContent::getBlockContentBundle in Fixed Block Content 8
Returns the block content bundle.
Return value
string The block content bundle.
Overrides FixedBlockContentInterface::getBlockContentBundle
File
- src/
Entity/ FixedBlockContent.php, line 172
Class
- FixedBlockContent
- Configuration entity for the fixed block content.
Namespace
Drupal\fixed_block_content\EntityCode
public function getBlockContentBundle() {
return $this->block_content_bundle;
}