You are here

function hook_slick_skins_info in Slick Carousel 8

Same name and namespace in other branches
  1. 7.3 slick.api.php \hook_slick_skins_info()
  2. 7.2 slick.api.php \hook_slick_skins_info()

Registers a class that should hold skin definitions.

@deprecated, will be removed anytime when a core solution is available. Postponed till D9.

See also

#2233261

slick_hook_info()

slick_example.module

slick_extras.module

\Drupal\slick\SlickSkinInterface

sec_skin

Related topics

1 function implements hook_slick_skins_info()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

slick_test_slick_skins_info in tests/modules/slick_test/slick_test.module
Implements hook_slick_skins_info().

File

./slick.api.php, line 493
Hooks and API provided by the Slick module.

Code

function hook_slick_skins_info() {
  return '\\Drupal\\my_module\\MyModuleSlickSkin';
}