You are here

function ldap_user_theme in Lightweight Directory Access Protocol (LDAP) 7.2

Same name and namespace in other branches
  1. 8.2 ldap_user/ldap_user.module \ldap_user_theme()

Implements hook_theme().

File

ldap_user/ldap_user.module, line 111
Module for the LDAP User Entity.

Code

function ldap_user_theme() {
  return [
    'ldap_user_conf_form' => [
      'render element' => 'form',
      'file' => 'ldap_user.theme.inc',
    ],
  ];
}