Same name and namespace in other branches
  1. 5.0.x modules/views_slideshow_cycle/src/Commands/ViewsSlideshowCycleCommands.php \Drupal\views_slideshow_cycle\Commands\ViewsSlideshowCycleCommands::downloadHoverIntent()

Download and install the jquery.hoverIntent library.

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

1 call to ViewsSlideshowCycleCommands::downloadHoverIntent()
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 49

Class

ViewsSlideshowCycleCommands
Drush commands for Views Slideshow Cycle.

Namespace

Drupal\views_slideshow_cycle\Commands

Code

public function downloadHoverIntent() {
    $this->installLibrary('jQuery HoverIntent', 'libraries/jquery.hoverIntent', 'jquery.hoverIntent.js', 'https://raw.githubusercontent.com/briancherne/jquery-hoverIntent/master/jquery.hoverIntent.js');
}