You are here

function photoswipe_assets_test_photoswipe_js_options_alter in PhotoSwipe 3.x

Implements hook_photoswipe_js_options_alter().

File

tests/modules/photoswipe_assets_test/photoswipe_assets_test.module, line 11
Contain pat module hooks.

Code

function photoswipe_assets_test_photoswipe_js_options_alter(array &$settings) {
  $settings['errorMsg'] = 'Test';
}