29 throw new \BadMethodCallException( __METHOD__ .
' is not implemented.' );
56 $name = $this->userNameUtils->getCanonical( $username );
57 return $name ===
false ? null : $name;
70 foreach ( $reqs as $req ) {
71 $req->username = $username;
90 return \StatusValue::newGood();
99 throw new \BadMethodCallException( __METHOD__ .
' is not implemented.' );
122 return \StatusValue::newGood();
139 throw new \BadMethodCallException( __METHOD__ .
' is not implemented.' );
141 throw new \BadMethodCallException(
142 __METHOD__ .
' should not be called on a non-link provider.'
153 throw new \BadMethodCallException( __METHOD__ .
' is not implemented.' );