An array of removed blocks, keyed by their UUID.

This is being used in removeBlock() to keep track of blocks being removed from the layout being edited. If the layout edits are saved, this is used in layout_layout_presave() in order to give block modules a chance to react on block removals. If the layout edits are canceled, there is no need to clear this as that task is already being handled in layout_settings_form_reset().

Type: array

See also

removeBlock()

layout_layout_presave()

File

core/modules/layout/includes/layout.class.inc, line 203
Class for loading, modifying, and executing a layout.

Class

Layout
@file Class for loading, modifying, and executing a layout.

Code

public $removed_blocks = array();