You are here

public function SimpleBlockInterface::getContent in Simple Block 8

Returns the content of the block.

Return value

string[] The content of the block.

1 method overrides SimpleBlockInterface::getContent()
SimpleBlock::getContent in src/Entity/SimpleBlock.php
Returns the content of the block.

File

src/SimpleBlockInterface.php, line 18

Class

SimpleBlockInterface
Provides an interface defining a block config entity.

Namespace

Drupal\simple_block

Code

public function getContent();