Page MenuHomePhorge

PhabricatorPhurlURLSearchConduitAPIMethod.php
No OneTemporary

PhabricatorPhurlURLSearchConduitAPIMethod.php

<?php
final class PhabricatorPhurlURLSearchConduitAPIMethod
extends PhabricatorSearchEngineAPIMethod {
public function getAPIMethodName() {
return 'phurls.search';
}
public function newSearchEngine() {
return new PhabricatorPhurlURLSearchEngine();
}
public function getMethodSummary() {
return pht('Read information about Phurl URLS.');
}
}

File Metadata

Mime Type
text/x-php
Expires
Sun, Jan 19, 16:30 (2 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1126497
Default Alt Text
PhabricatorPhurlURLSearchConduitAPIMethod.php (372 B)

Event Timeline