You are here

function hook_jcarousel_options_alter in jCarousel 8.4

Same name and namespace in other branches
  1. 8.5 jcarousel.api.php \hook_jcarousel_options_alter()

Alter the jCarousel options.

Parameters

array $options: Associative array of $options.

3 invocations of hook_jcarousel_options_alter()
jcarousel_add in ./jcarousel.module
Adds all the necessary CSS and JS necessary for building a carousel.
jcarousel_page_attachments in ./jcarousel.module
Implements hook_page_attachments().
template_preprocess_jcarousel in ./jcarousel.module
Preprocess function for jcarousel.html.twig.

File

./jcarousel.api.php, line 30
Hooks provided by the jcarousel module.

Code

function hook_jcarousel_options_alter(&$options) {
}