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