You are here

function photos_install in Album Photos 8.5

Same name and namespace in other branches
  1. 8.4 photos.install \photos_install()
  2. 6.2 photos.install \photos_install()
  3. 7.3 photos.install \photos_install()
  4. 6.0.x photos.install \photos_install()

Implements hook_install().

File

./photos.install, line 112
Install, update, and uninstall functions for the Photos module.

Code

function photos_install() {
  \Drupal::messenger()
    ->addMessage(t("Photos settings are available under admin/structure/photos."));
  \Drupal::messenger()
    ->addMessage(t("New permissions are available for Photos admin/people/permissions#module-photos."));
}