function paragraphs_modules_installed in Paragraphs 7
Implements hook_modules_installed().
File
- ./
paragraphs.module, line 1504 - Paragraphs hooks and common functions.
Code
function paragraphs_modules_installed($modules) {
if (in_array('entitycache', $modules)) {
paragraphs_ensure_entitycache_table();
}
}