You are here

function password_strength_xautoload in Password Strength 6.2

Same name and namespace in other branches
  1. 7 password_strength.module \password_strength_xautoload()

Implements hook_xautoload().

File

./password_strength.module, line 17
Provides password controls, validation, and strength checker.

Code

function password_strength_xautoload($api) {
  $api
    ->namespaceRoot('ZxcvbnPhp', 'lib/zxcvbn-php/src');
}