1 layout_style_default.inc | LayoutStyle::formSubmit($form, $form_state) |
Submit handler for saving the form settings.
File
- core/
modules/ layout/ plugins/ styles/ layout_style_default.inc, line 55 - Class providing forms and settings for the default Layout block style.
Class
- LayoutStyle
- @file Class providing forms and settings for the default Layout block style.
Code
function formSubmit($form, $form_state) {
$this->settings = $form_state['values']['style_settings'];
}