You are here

function feed_path_publisher_add in Feed Path Publisher 7

Same name and namespace in other branches
  1. 5 feed_path_publisher.module \feed_path_publisher_add()
  2. 6 feed_path_publisher.module \feed_path_publisher_add()

Page callback for admin/config/content/feed_path_publisher/add

Displays feed add form.

1 string reference to 'feed_path_publisher_add'
feed_path_publisher_menu in ./feed_path_publisher.module
Implements hook_menu().

File

./feed_path_publisher.module, line 165

Code

function feed_path_publisher_add() {
  return drupal_get_form('feed_path_publisher_edit_form');
}