Page MenuHomePhorge

PhabricatorFileSearchConduitAPIMethod.php
No OneTemporary

Size
357 B
Referenced Files
None
Subscribers
None

PhabricatorFileSearchConduitAPIMethod.php

<?php
final class PhabricatorFileSearchConduitAPIMethod
extends PhabricatorSearchEngineAPIMethod {
public function getAPIMethodName() {
return 'file.search';
}
public function newSearchEngine() {
return new PhabricatorFileSearchEngine();
}
public function getMethodSummary() {
return pht('Read information about files.');
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 9:14 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
101963
Default Alt Text
PhabricatorFileSearchConduitAPIMethod.php (357 B)

Event Timeline