You are here

public function FixedToContentMappingHandlerInterface::releaseBlockContent in Fixed Block Content 8

Breaks the link between a fixed block and a block content.

Parameters

\Drupal\fixed_block_content\FixedBlockContentInterface $fixed_block: The fixed block whose block content to be released.

1 method overrides FixedToContentMappingHandlerInterface::releaseBlockContent()
FixedToContentMappingHandler::releaseBlockContent in src/FixedToContentMappingHandler.php
Breaks the link between a fixed block and a block content.

File

src/FixedToContentMappingHandlerInterface.php, line 44

Class

FixedToContentMappingHandlerInterface
Fixed block to block content mapping entity handler.

Namespace

Drupal\fixed_block_content

Code

public function releaseBlockContent(FixedBlockContentInterface $fixed_block);