layout_entity_admin_form |
core/modules/layout/layout.entity.admin.inc |
Render the settings form for listing entity layouts. |
layout_entity_menu_title |
core/modules/layout/layout.module |
Title callback: Returns a label for the action link to create bundle layouts. |
layout_field_delete_instance |
core/modules/layout/layout.module |
Implements hook_field_delete_instance(). |
layout_flexible_reset_caches |
core/modules/layout/layout.module |
Reset all caches provided by Layout module. |
layout_flexible_row_styles |
core/modules/layout/layout.module |
Provides the default row styles. |
layout_flexible_template_add_row |
core/modules/layout/layout.flexible.inc |
Handler for layout_flexible_template_configure_form() to add a new row. |
layout_flexible_template_cancel |
core/modules/layout/layout.flexible.inc |
Submit handler that cancels the region style selection form. |
layout_flexible_template_cancel_ajax |
core/modules/layout/layout.flexible.inc |
AJAX handler to cancels the region style selection form. |
layout_flexible_template_change_region_style |
core/modules/layout/layout.flexible.inc |
Submit handler for the change region style button on the
layout_flexible_template_edit_row_form(). |
layout_flexible_template_configure_form |
core/modules/layout/layout.flexible.inc |
Form to manage adding and removing rows to a flexible template. |
layout_flexible_template_configure_form_cancel |
core/modules/layout/layout.flexible.inc |
Submit handler that cancels in-progress changes. |
layout_flexible_template_configure_form_submit |
core/modules/layout/layout.flexible.inc |
Submit handler that saves the configured flexible template. |
layout_flexible_template_delete_form |
core/modules/layout/layout.flexible.inc |
Menu callback; Delete a flexible template. |
layout_flexible_template_delete_form_submit |
core/modules/layout/layout.flexible.inc |
Submit handler that deletes a flexible template. |
layout_flexible_template_delete_row |
core/modules/layout/layout.flexible.inc |
Menu callback to delete a row from a flexible template. |
layout_flexible_template_edit_region_style_ajax |
core/modules/layout/layout.flexible.inc |
AJAX callback to change the region count. |
layout_flexible_template_edit_region_style_submit |
core/modules/layout/layout.flexible.inc |
Submit callback to change the region count. |
layout_flexible_template_edit_row_ajax |
core/modules/layout/layout.flexible.inc |
AJAX callback on the submit button for editing a layout row. |
layout_flexible_template_edit_row_form |
core/modules/layout/layout.flexible.inc |
Form to add or edit a row on a flexible template. |
layout_flexible_template_edit_row_form_submit |
core/modules/layout/layout.flexible.inc |
Submit handler for layout_flexible_template_edit_row_form(). |
layout_flexible_template_edit_row_validate |
core/modules/layout/layout.flexible.inc |
Validation handler for layout_flexible_template_edit_row_form(). |
layout_flexible_template_get_last_region_number |
core/modules/layout/layout.flexible.inc |
Returns the last number of all regions named "Region X" where X is a number. |
layout_flexible_template_load |
core/modules/layout/layout.module |
Load an individual flexible template. |
layout_flexible_template_load_all |
core/modules/layout/layout.module |
Load all flexible templates. |
layout_flexible_template_region_count_load |
core/modules/layout/layout.flexible.inc |
Submit handler on the hidden button to change region widths on
layout_flexible_template_edit_row_form() if AJAX is disabled. |
layout_flexible_template_region_style_select |
core/modules/layout/layout.flexible.inc |
Form to select the region widths for a flexible template. |
layout_flexible_template_region_style_select_cancel |
core/modules/layout/layout.flexible.inc |
Submit handler that cancels the region style selection form. |
layout_flexible_template_region_style_select_submit |
core/modules/layout/layout.flexible.inc |
Submit handler that saves the region style selection form. |
layout_flexible_template_settings_add_form |
core/modules/layout/layout.flexible.inc |
Form to add a flexible template. |
layout_flexible_template_settings_edit_form |
core/modules/layout/layout.flexible.inc |
Form to configure a flexible template. |
layout_flexible_template_settings_form_cancel |
core/modules/layout/layout.flexible.inc |
Submit handler that cancels the flexible template form. |
layout_flexible_template_settings_form_submit |
core/modules/layout/layout.flexible.inc |
Submit handler that saves a flexible template. |
layout_flexible_tempstore_load |
core/modules/layout/layout.module |
Get a flexible template currently being edited from the tempstore. |
layout_flexible_tempstore_set |
core/modules/layout/layout.module |
Store changes to a flexible layout template in the temporary store. |
layout_flush_caches |
core/modules/layout/layout.module |
Implements hook_flush_caches(). |
layout_get_access_info |
core/modules/layout/layout.module |
Load all layout access information from modules. |
layout_get_all_configs |
core/modules/layout/layout.module |
Read all configuration files from disk of a particular layout type. |
layout_get_block_info |
core/modules/layout/layout.module |
Get information about all blocks or just a single one. |
layout_get_block_usage |
core/modules/layout/layout.admin.inc |
Lists information about blocks in use in layouts. |
layout_get_context_info |
core/modules/layout/layout.module |
Load all layout context information from modules. |
layout_get_entity_layouts |
core/modules/layout/layout.entity.admin.inc |
Returns layouts with visibility conditions matching an entity type or bundle. |
layout_get_handler_name |
core/modules/layout/layout.module |
Helper function to get a handler class name based on the plugin name. |
layout_get_layout_by_path |
core/modules/layout/layout.module |
Get the layout which is active based on a path or router item. |
layout_get_layout_info Deprecated |
core/modules/layout/layout.module |
Load the layout template information for a single layout template name. |
layout_get_layout_template_info |
core/modules/layout/layout.module |
Load the information of either a single layout template or all available
layout templates. |
layout_get_layout_tempstore |
core/modules/layout/layout.module |
Get a layout or menu item currently being edited from the tempstore. |
layout_get_legacy_region_mapping |
core/modules/layout/layout.admin.inc |
Returns an array of mappings from old region names to new. |
layout_get_menu_types |
core/modules/layout/layout.admin.inc |
Lists information about menu types. |
layout_get_path_layout_names |
core/modules/layout/layout.module |
Get a list of layouts that share a particular path. |
layout_get_relationship_info |
core/modules/layout/layout.module |
Load all layout relationship information from modules. |