- Block::form in core/
modules/ layout/ includes/ block.class.inc - Build the settings form for editing this block.
- LayoutInterfaceTest::testBlockBasics in core/
modules/ layout/ tests/ layout.test - Add and remove blocks from a custom layout path.
- LayoutRendererStandard::prepare in core/
modules/ layout/ plugins/ renderers/ layout_renderer_standard.inc - Prepare the attached display for rendering.
- LayoutRendererStandard::renderBlock in core/
modules/ layout/ plugins/ renderers/ layout_renderer_standard.inc - Render a block using its designated style.
- layout_get_title_description in core/
modules/ layout/ layout.module - Gets the title description for the current layout.
- layout_preprocess_layout in core/
modules/ layout/ layout.theme.inc - Prepares variables for layout templates.
- 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.
- PageComponents::formSubmit in core/
modules/ system/ block.page_components.inc - Submit handler to save the form settings.
- ViewsBlock::form in core/
modules/ views/ includes/ views.block.inc - Build the settings form for editing this block.