Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106350632
DrydockBlueprintSearchConduitAPIMethod.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, Mar 25, 01:25
Size
389 B
Mime Type
text/x-php
Expires
Thu, Mar 27, 01:25 (2 d)
Engine
blob
Format
Raw Data
Handle
25131416
Attached To
rPH Phabricator
DrydockBlueprintSearchConduitAPIMethod.php
View Options
<?php
final
class
DrydockBlueprintSearchConduitAPIMethod
extends
PhabricatorSearchEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'drydock.blueprint.search'
;
}
public
function
newSearchEngine
()
{
return
new
DrydockBlueprintSearchEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Retrieve information about Drydock blueprints.'
);
}
}
Event Timeline
Log In to Comment