You are here

function addanother_install in Add Another 8

Implements hook_install().

File

./addanother.install, line 13
Contains install and update functions for addanother module.

Code

function addanother_install() {
  _addanother_set_content_type_configs();
}