Page MenuHomec4science

AlmanacNamespaceSearchConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Wed, Oct 9, 20:40

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