Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93889448
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, Dec 2, 07:19
Size
402 B
Mime Type
text/x-php
Expires
Wed, Dec 4, 07:19 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22719962
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