function feeds_install in Feeds 6
Same name and namespace in other branches
- 7.2 feeds.install \feeds_install()
Implementation of hook_install().
File
- ./
feeds.install, line 257 - Schema definitions install/update/uninstall hooks.
Code
function feeds_install() {
// Create tables.
drupal_install_schema('feeds');
}