Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / src / applications / almanac / conduit / AlmanacNamespaceSearchConduitAPIMethod.php
blob8b41326ef21396895ce767397fb9fc2288dd853a
1 <?php
3 final class AlmanacNamespaceSearchConduitAPIMethod
4 extends PhabricatorSearchEngineAPIMethod {
6 public function getAPIMethodName() {
7 return 'almanac.namespace.search';
10 public function newSearchEngine() {
11 return new AlmanacNamespaceSearchEngine();
14 public function getMethodSummary() {
15 return pht('Read information about Almanac namespaces.');