You are here

public function FixedBlockContent::importDefaultContent in Fixed Block Content 8

Import the current content block and set as the default content.

Overrides FixedBlockContentInterface::importDefaultContent

File

src/Entity/FixedBlockContent.php, line 207

Class

FixedBlockContent
Configuration entity for the fixed block content.

Namespace

Drupal\fixed_block_content\Entity

Code

public function importDefaultContent() {
  $this
    ->getDefaultContentHandler()
    ->importDefaultContent($this);
}