function feed_path_publisher_add in Feed Path Publisher 6
Same name and namespace in other branches
- 5 feed_path_publisher.module \feed_path_publisher_add()
- 7 feed_path_publisher.module \feed_path_publisher_add()
1 string reference to 'feed_path_publisher_add'
File
- ./
feed_path_publisher.module, line 119
Code
function feed_path_publisher_add() {
return drupal_get_form('feed_path_publisher_edit_form');
}