1 block.class.inc | BlockBroken::getAdminTitle() |
Return an administrative title that will always have a value.
Overrides Block::getAdminTitle
File
- core/
modules/ layout/ includes/ block.class.inc, line 438 - 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 getAdminTitle() {
return t('Broken block');
}