1 layout_renderer_editor.inc LayoutRendererEditor::getAriaLabel($block)

Returns an aria label for a block.

File

core/modules/layout/plugins/renderers/layout_renderer_editor.inc, line 151
Class file to control the main Layout editor.

Class

LayoutRendererEditor

Code

function getAriaLabel($block) {
  return t('Draggable block !title', array('!title' => strip_tags($block->getAdminTitle())));
}