You are here

function slick_html_id in Slick Carousel 7.3

Same name and namespace in other branches
  1. 7.2 slick.module \slick_html_id()

To be removed.

Deprecated

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

See also

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

File

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

Code

function slick_html_id($string = 'slick', $id = '') {
  return Blazy::getHtmlId($string, $id);
}