| 1 block.class.inc | Block::formValidate($form, &$form_state) | 
Validate handler to validate the form settings.
File
- core/modules/ layout/ includes/ block.class.inc, line 304 
- A class that wraps around a block to store settings information.
Class
- Block
- @file A class that wraps around a block to store settings information.
Code
function formValidate($form, &$form_state) {
  // No additional validation needed yet.
}
