You are here

public function ViewsSlideshowCycleCommands::downloadLib in Views Slideshow 8.4

Download and install the jQuery Cycle.

Download and install JQuery hoverIntent, JSON2 and Pause libraries.

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

File

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

Class

ViewsSlideshowCycleCommands
Drush commands for Views Slideshow Cycle.

Namespace

Drupal\views_slideshow_cycle\Commands

Code

public function downloadLib() {
  $this
    ->downloadCycle();
  $this
    ->downloadHoverIntent();
  $this
    ->downloadJson2();
  $this
    ->downloadPause();
}