function image_form_system_file_system_settings_alter
Implements hook_form_FORM_ID_alter().
File
-
modules/
image/ image.module, line 252
Code
function image_form_system_file_system_settings_alter(&$form, &$form_state) {
$form['#submit'][] = 'image_system_file_system_settings_submit';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.