Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98380594
DiffusionRepositorySearchConduitAPIMethod.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
Sun, Jan 12, 16:42
Size
390 B
Mime Type
text/x-php
Expires
Tue, Jan 14, 16:42 (2 d)
Engine
blob
Format
Raw Data
Handle
23551490
Attached To
rPH Phabricator
DiffusionRepositorySearchConduitAPIMethod.php
View Options
<?php
final
class
DiffusionRepositorySearchConduitAPIMethod
extends
PhabricatorSearchEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'diffusion.repository.search'
;
}
public
function
newSearchEngine
()
{
return
new
PhabricatorRepositorySearchEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Read information about repositories.'
);
}
}
Event Timeline
Log In to Comment