You are here

constant CHOSEN_DOWNLOAD_URI in Chosen 8.2

Same name in this branch
  1. 8.2 modules/chosen_lib/drush/chosen_lib.drush.inc \CHOSEN_DOWNLOAD_URI
  2. 8.2 modules/chosen_lib/src/Commands/ChosenLibCommands.php \Drupal\chosen_lib\Commands\CHOSEN_DOWNLOAD_URI
Same name and namespace in other branches
  1. 3.0.x modules/chosen_lib/src/Commands/ChosenLibCommands.php \Drupal\chosen_lib\Commands\CHOSEN_DOWNLOAD_URI

The Chosen plugin URI.

2 uses of CHOSEN_DOWNLOAD_URI
ChosenLibCommands::plugin in modules/chosen_lib/src/Commands/ChosenLibCommands.php
Download and install the Chosen plugin.
drush_chosen_lib_plugin in modules/chosen_lib/drush/chosen_lib.drush.inc
Command to download the Chosen plugin.

File

modules/chosen_lib/src/Commands/ChosenLibCommands.php, line 13

Namespace

Drupal\chosen_lib\Commands

Code

define('CHOSEN_DOWNLOAD_URI', 'https://github.com/harvesthq/chosen/releases/download/v1.8.7/chosen_v1.8.7.zip');