You are here

function panopoly_install in Panopoly 7

Same name and namespace in other branches
  1. 8.2 panopoly.install \panopoly_install()

Implements hook_install().

File

./panopoly.install, line 10
Install, update and uninstall hooks.

Code

function panopoly_install() {
  _panopoly_install_help_block();
  _panopoly_install_administrator_role();
}