Page MenuHomePhorge

HarbormasterBuildStepSearchAPIMethod.php
No OneTemporary

HarbormasterBuildStepSearchAPIMethod.php

<?php
final class HarbormasterBuildStepSearchAPIMethod
extends PhabricatorSearchEngineAPIMethod {
public function getAPIMethodName() {
return 'harbormaster.step.search';
}
public function newSearchEngine() {
return new HarbormasterBuildStepSearchEngine();
}
public function getMethodSummary() {
return pht('Retrieve information about Harbormaster build steps.');
}
}

File Metadata

Mime Type
text/x-php
Expires
Jan 19 2025, 17:16 (7 w, 14 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1126870
Default Alt Text
HarbormasterBuildStepSearchAPIMethod.php (398 B)

Event Timeline