You are here

public function ViewsSlideshowCycleCommands::downloadPause in Views Slideshow 8.4

Download and install the jQuery.pause library.

@command views:slideshow:pause @aliases dl-pause,views-slideshow-cycle-pause

1 call to ViewsSlideshowCycleCommands::downloadPause()
ViewsSlideshowCycleCommands::downloadLib in modules/views_slideshow_cycle/src/Commands/ViewsSlideshowCycleCommands.php
Download and install the jQuery Cycle.

File

modules/views_slideshow_cycle/src/Commands/ViewsSlideshowCycleCommands.php, line 64

Class

ViewsSlideshowCycleCommands
Drush commands for Views Slideshow Cycle.

Namespace

Drupal\views_slideshow_cycle\Commands

Code

public function downloadPause() {
  $this
    ->installLibrary('jQuery Pause', 'libraries/jquery.pause', 'jquery.pause.js', 'https://raw.githubusercontent.com/tobia/Pause/master/jquery.pause.js');
}