1.20.x layout_renderer_editor.inc | LayoutRendererEditor::getAriaLabel($block) |
Returns an aria label for a block.
File
- modules/
layout/ plugins/ renderers/ layout_renderer_editor.inc, line 146 - Class file to control the main Layout editor.
Class
Code
function getAriaLabel($block) {
return t('Draggable block !title', array('!title' => strip_tags($block->getAdminTitle())));
}