- Block::form in core/
modules/ layout/ includes/ block.class.inc - Build the settings form for editing this block.
- Block::__construct in core/
modules/ layout/ includes/ block.class.inc - Create a new Block object.
- BlockLegacy::getTitle in core/
modules/ layout/ includes/ block_legacy.class.inc - Return the title of a block as configured in the layout.
- block_custom_block_form in core/
modules/ block/ block.module - Form constructor for the custom block form.
- FieldBlock::form in core/
modules/ field/ field.block.inc - Builds the block's configuration form.
- FieldBlock::getTitle in core/
modules/ field/ field.block.inc - Sets block subject on block view.
- Layout::__construct in core/
modules/ layout/ includes/ layout.class.inc - Constructor for a Layout class.
- LayoutInterfaceTest::testBlockBasics in core/
modules/ layout/ tests/ layout.test - Add and remove blocks from a custom layout path.
- layout_get_title_description in core/
modules/ layout/ layout.module - Gets the title description for the current layout.
- layout_title_settings_form in core/
modules/ layout/ layout.admin.inc - Form callback; Configure layout title type.
- NodeBlock::form in core/
modules/ node/ node.block.inc - Builds the block's settings configuration form.
- NodeBlock::formSubmit in core/
modules/ node/ node.block.inc - Submit handler to save the form settings.
- NodeBlock::getTitle in core/
modules/ node/ node.block.inc - Sets block subject on block view.
- ViewsBlock::getTitle in core/
modules/ views/ includes/ views.block.inc - Return the title of a block as configured in the layout.