constant REQUIREMENT_OK in LDAP integration 6
4 uses of REQUIREMENT_OK
- ldapauth_requirements in ./
ldapauth.install - ldapdata_requirements in ./
ldapdata.install - Implementation of hook_requirements(). Checks that ldap extension is installed during install phase only.
- ldapgroups_requirements in ./
ldapgroups.install - Implementation of hook_requirements(). Checks that ldap extension is installed during install phase only.
- ldapsync_requirements in ./
ldapsync.install - Implementation of hook_requirements(). Checks that ldap extension is installed during install phase only.
File
- ldaphelp/
ldaphelp_status.inc, line 9 - status file for ldaphelp module
Code
define('REQUIREMENT_OK', 0);