1 layout.class.inc | Layout::formSubmit($form, &$form_state) |
Save the settings added in the form method.
File
- core/
modules/ layout/ includes/ layout.class.inc, line 647 - Class for loading, modifying, and executing a layout.
Class
- Layout
- @file Class for loading, modifying, and executing a layout.
Code
function formSubmit($form, &$form_state) {
// Most layouts do not have a form.
}