function neutral_paths_admin_submit_localize_nodes in Neutral paths 7
Responds to a command to set node paths language.
Path alias language is set to match that of corresponding nodes.
1 string reference to 'neutral_paths_admin_submit_localize_nodes'
- _neutral_paths_admin_form_part in ./
neutral_paths.module - Returns a form part for a particular entity type.
File
- ./
neutral_paths.module, line 129 - Neutral paths.
Code
function neutral_paths_admin_submit_localize_nodes($form, &$form_state) {
_neutral_paths_set_all_nodes_to_localized();
}