1.20.x block.class.inc BlockBroken::getContent()

Return the content of a block.

Return value

mixed:

Overrides Block::getContent

File

modules/layout/includes/block.class.inc, line 431
A class that wraps around a block to store settings information.

Class

BlockBroken
A class used for blocks when their providing module or delta does not exist.

Code

function getContent() {
  return '';
}