Page MenuHomePhorge

UserEditConduitAPIMethod.php
No OneTemporary

Size
398 B
Referenced Files
None
Subscribers
None

UserEditConduitAPIMethod.php

<?php
final class UserEditConduitAPIMethod
extends PhabricatorEditEngineAPIMethod {
public function getAPIMethodName() {
return 'user.edit';
}
public function newEditEngine() {
return new PhabricatorUserEditEngine();
}
public function getMethodSummary() {
return pht(
'Apply transactions to edit a user. (Users can not be created via '.
'the API.)');
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, May 13, 6:11 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
125105
Default Alt Text
UserEditConduitAPIMethod.php (398 B)

Event Timeline