You are here

function slick_get_options in Slick Carousel 7.3

Same name and namespace in other branches
  1. 7 slick.module \slick_get_options()
  2. 7.2 slick.module \slick_get_options()

To be removed.

Deprecated

in slick:7.x-3.0 and is removed from slick:7.x-4.0. Use Slick::defaultSettings() instead.

See also

https://www.drupal.org/node/3031759

File

./slick.deprecated.inc, line 24
To be removed once Slick views, etc. have 3.x, or before Slick full release.

Code

function slick_get_options() {
  return Slick::defaultSettings();
}