Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98424568
PhabricatorPackagesPublisherSearchConduitAPIMethod.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
Mon, Jan 13, 02:00
Size
402 B
Mime Type
text/x-php
Expires
Wed, Jan 15, 02:00 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23577893
Attached To
rPH Phabricator
PhabricatorPackagesPublisherSearchConduitAPIMethod.php
View Options
<?php
final
class
PhabricatorPackagesPublisherSearchConduitAPIMethod
extends
PhabricatorSearchEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'packages.publisher.search'
;
}
public
function
newSearchEngine
()
{
return
new
PhabricatorPackagesPublisherSearchEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Read information about publishers.'
);
}
}
Event Timeline
Log In to Comment