Page MenuHomec4science

AlmanacNamespaceSearchConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Fri, Sep 6, 13:21

AlmanacNamespaceSearchConduitAPIMethod.php

<?php
final class AlmanacNamespaceSearchConduitAPIMethod
extends PhabricatorSearchEngineAPIMethod {
public function getAPIMethodName() {
return 'almanac.namespace.search';
}
public function newSearchEngine() {
return new AlmanacNamespaceSearchEngine();
}
public function getMethodSummary() {
return pht('Read information about Almanac namespaces.');
}
}

Event Timeline