function feed_path_publisher_edit in Feed Path Publisher 7
Same name and namespace in other branches
- 5 feed_path_publisher.module \feed_path_publisher_edit()
- 6 feed_path_publisher.module \feed_path_publisher_edit()
Page callback for admin/config/content/feed_path_publisher/%/edit
Edit form to modify a feed
1 string reference to 'feed_path_publisher_edit'
- feed_path_publisher_menu in ./
feed_path_publisher.module - Implements hook_menu().
File
- ./
feed_path_publisher.module, line 174
Code
function feed_path_publisher_edit($fppid) {
return drupal_get_form('feed_path_publisher_edit_form', $fppid);
}