Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99366354
DiffusionURIEditConduitAPIMethod.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Jan 23, 21:46
Size
412 B
Mime Type
text/x-php
Expires
Sat, Jan 25, 21:46 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
23783983
Attached To
rPH Phabricator
DiffusionURIEditConduitAPIMethod.php
View Options
<?php
final
class
DiffusionURIEditConduitAPIMethod
extends
PhabricatorEditEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'diffusion.uri.edit'
;
}
public
function
newEditEngine
()
{
return
new
DiffusionURIEditEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Apply transactions to create a new repository URI or edit an existing '
.
'one.'
);
}
}
Event Timeline
Log In to Comment