Same name and namespace in other branches
  1. 8.x-4.x modules/views_slideshow_cycle/src/Commands/ViewsSlideshowCycleCommands.php \Drupal\views_slideshow_cycle\Commands\ViewsSlideshowCycleCommands::downloadLib()

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 82

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();
}