Remove all "FileHasObject" edge reads and writes
[phabricator.git] / src / applications / phurl / conduit / PhabricatorPhurlURLSearchConduitAPIMethod.php
blob1cbd111ca952e808a37b53191ecdf205b07d74a5
1 <?php
3 final class PhabricatorPhurlURLSearchConduitAPIMethod
4 extends PhabricatorSearchEngineAPIMethod {
6 public function getAPIMethodName() {
7 return 'phurls.search';
10 public function newSearchEngine() {
11 return new PhabricatorPhurlURLSearchEngine();
14 public function getMethodSummary() {
15 return pht('Read information about Phurl URLS.');