You are here

protected property FixedBlockContent::$blockContent in Fixed Block Content 8

The current block content linked to this fixed block.

Type: \Drupal\block_content\BlockContentInterface

Deprecated

in fixed_block_content:8.x-1.0 and is removed from fixed_block_content:8.x-2.0. Use the mapping handler instead to get a cached version of the linked block content.

See also

https://www.drupal.org/project/fixed_block_content/issues/3070773

File

src/Entity/FixedBlockContent.php, line 107

Class

FixedBlockContent
Configuration entity for the fixed block content.

Namespace

Drupal\fixed_block_content\Entity

Code

protected $blockContent;