You are here

function paragraphs_pack_install in Paragraphs pack 7

Implements hook_install().

File

./paragraphs_pack.install, line 11
Install, update and uninstall functions for the paragraphs_pack module.

Code

function paragraphs_pack_install() {
  field_info_cache_clear();
}