1 block.class.inc | BlockBroken::getTitle() |
Return the title of a block as configured in the layout.
Return value
mixed:
Overrides Block::getTitle
File
- core/
modules/ layout/ includes/ block.class.inc, line 435 - 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 getTitle() {
return '';
}