Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93652803
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
Sat, Nov 30, 11:20
Size
389 B
Mime Type
text/x-php
Expires
Mon, Dec 2, 11:20 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22681960
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