function fotorama_gallery_install in Fotorama Gallery 8
Same name and namespace in other branches
- 8.2 fotorama_gallery.install \fotorama_gallery_install()
Implements hook_install().
File
- ./
fotorama_gallery.install, line 6
Code
function fotorama_gallery_install() {
if (!_fotorama_gallery_verify_library()) {
\Drupal::messenger()
->addError('Not Fotorama library found please install it, see README.md file for instructions.');
}
}