Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. BlockContent.php

function BlockContent::getTheme

Overrides BlockContentInterface::getTheme

File

core/modules/block_content/src/Entity/BlockContent.php, line 135

Class

BlockContent
Defines the content block entity class.

Namespace

Drupal\block_content\Entity

Code

public function getTheme() {
    return $this->theme;
}
RSS feed
Powered by Drupal