Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102244191
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
Tue, Feb 18, 16:46
Size
402 B
Mime Type
text/x-php
Expires
Thu, Feb 20, 16:46 (2 d)
Engine
blob
Format
Raw Data
Handle
24314686
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