You are here

public function BlockStyle::getTheme in Block Styles 8

Same name and namespace in other branches
  1. 2.x src/Entity/BlockStyle.php \Drupal\block_styles\Entity\BlockStyle::getTheme()
  2. 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\Entity

Code

public function getTheme() {
  return $this->theme;
}