An array of additional paths.
This is being used to to keep track of additional paths in the layout being edited. If the layout edits are saved, this is used in layout_layout_presave() in order save the paths.
@since 1.33.0
Type: array
See also
layout_settings_form_validate()
File
- core/
modules/ layout/ includes/ layout.class.inc, line 217 - Class for loading, modifying, and executing a layout.
Class
- Layout
- @file Class for loading, modifying, and executing a layout.
Code
public $additional_paths = array();