function node_unpublish_by_keyword_action_submit
Saves settings form for node_unpublish_by_keyword_action().
File
-
modules/
node/ node.module, line 4086
Code
function node_unpublish_by_keyword_action_submit($form, $form_state) {
return array(
'keywords' => drupal_explode_tags($form_state['values']['keywords']),
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.