Correct a parameter order swap in "diffusion.historyquery" for Mercurial
[phabricator.git] / src / applications / almanac / conduit / AlmanacInterfaceSearchConduitAPIMethod.php
blob289fd3104b01cd54d03e22959416835bd50450db
1 <?php
3 final class AlmanacInterfaceSearchConduitAPIMethod
4 extends PhabricatorSearchEngineAPIMethod {
6 public function getAPIMethodName() {
7 return 'almanac.interface.search';
10 public function newSearchEngine() {
11 return new AlmanacInterfaceSearchEngine();
14 public function getMethodSummary() {
15 return pht('Read information about Almanac interfaces.');