Beispiel #1
0
 /**
  * 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);
 }