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

Return the content of a block.

Return value

mixed:

File

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

Class

Block
@file A class that wraps around a block to store settings information.

Code

function getContent() {
  return '';
}