You are here

function diba_carousel_theme in Diba carousel slider 8

Implements hook_theme().

File

./diba_carousel.module, line 34
Diba carousel slider module.

Code

function diba_carousel_theme($existing, $type, $theme, $path) {
  return [
    'block__diba_carousel' => [
      'base hook' => 'block',
      'render element' => 'elements',
    ],
  ];
}