function paragraphs_install in Paragraphs 7
Same name and namespace in other branches
- 8 paragraphs.install \paragraphs_install()
Implements hook_install().
File
- ./
paragraphs.install, line 146 - Install, update and uninstall functions for the paragraphs module.
Code
function paragraphs_install() {
paragraphs_ensure_entitycache_table();
}