1 block.class.inc BlockBroken::getContent()

Return the content of a block.

Return value

mixed:

Overrides Block::getContent

File

core/modules/layout/includes/block.class.inc, line 452
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 '';
}