コード例 #1
0
ファイル: MigratePassword.php プロジェクト: aWEBoLabs/taxi
 /**
  * Implements the PhpassHashedPassword::getCountLog2() method.
  *
  * @todo: Revisit this whole alternate password service:
  *   https://www.drupal.org/node/2540594.
  */
 public function getCountLog2($setting)
 {
     return $this->originalPassword->getCountLog2($setting);
 }