public function BlockStyle::getTheme in Block Styles 8
Same name and namespace in other branches
- 2.x src/Entity/BlockStyle.php \Drupal\block_styles\Entity\BlockStyle::getTheme()
- 1.x src/Entity/BlockStyle.php \Drupal\block_styles\Entity\BlockStyle::getTheme()
Overrides BlockStyleInterface::getTheme
File
- src/
Entity/ BlockStyle.php, line 74
Class
- BlockStyle
- Defines the BlockStyle entity.
Namespace
Drupal\block_styles\EntityCode
public function getTheme() {
return $this->theme;
}