You are here

function insert_colorbox_theme in Insert 8.2

Implements hook_theme().

File

modules/insert_colorbox/insert_colorbox.module, line 73

Code

function insert_colorbox_theme() {
  return [
    'insert_colorbox_image' => [
      'template' => 'insert-colorbox-image',
      'pattern' => 'insert_colorbox_image__[a-z0-9_]+',
    ],
  ];
}