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

Breadcrumb

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

function BlockContent::setTheme

Overrides BlockContentInterface::setTheme

File

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

Class

BlockContent
Defines the content block entity class.

Namespace

Drupal\block_content\Entity

Code

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