You are here

function slick_optionset_options in Slick Carousel 7.3

Same name and namespace in other branches
  1. 7.2 includes/slick.admin.inc \slick_optionset_options()

Kept here to prevent accidental removal till we do so.

Deprecated

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

See also

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

File

./slick.module, line 140
Slick carousel integration, the last carousel you'll ever need.

Code

function slick_optionset_options($collection = '') {
  return slick()
    ->getOptionsetByGroupOptions($collection);
}