You are here

function feed_path_publisher_install in Feed Path Publisher 6

Same name and namespace in other branches
  1. 5 feed_path_publisher.install \feed_path_publisher_install()

File

./feed_path_publisher.install, line 30

Code

function feed_path_publisher_install() {
  drupal_install_schema('feed_path_publisher');
}