You are here

function classy_paragraphs_install in Classy paragraphs 7

Implements hook_install().

File

./classy_paragraphs.install, line 11
Install, update and uninstall functions for the Classy Paragraphs module.

Code

function classy_paragraphs_install() {
  field_info_cache_clear();
}