You are here

function image_browser_theme in Image Entity Browser 8

File

./image_browser.module, line 9
Extends Drupal file entities to be fieldable and viewable.

Code

function image_browser_theme() {
  return array(
    'image_browser' => array(
      'render element' => 'element',
    ),
  );
}