function custom_search_i18n_content_admin_submit in Custom Search 6
Same name and namespace in other branches
- 7 modules/custom_search_i18n/custom_search_i18n.module \custom_search_i18n_content_admin_submit()
1 string reference to 'custom_search_i18n_content_admin_submit'
- custom_search_i18n_form_alter in modules/
custom_search_i18n/ custom_search_i18n.module - Implementation of hook_form_alter().
File
- modules/
custom_search_i18n/ custom_search_i18n.module, line 158 - Brings Internationalization to Custom Search
Code
function custom_search_i18n_content_admin_submit($form, &$form_state) {
i18nstrings_update('custom_search:content_types:1:selector_label', $form_state['values']['custom_search_type_selector_label']);
i18nstrings_update('custom_search:content_types:1:selector_all', $form_state['values']['custom_search_type_selector_all']);
}