Page MenuHomec4science

AlmanacNamespaceSearchConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Mon, Feb 3, 03:33

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