Page MenuHomePhorge

PhabricatorPackagesPublisherSearchConduitAPIMethod.php
No OneTemporary

Size
402 B
Referenced Files
None
Subscribers
None

PhabricatorPackagesPublisherSearchConduitAPIMethod.php

<?php
final class PhabricatorPackagesPublisherSearchConduitAPIMethod
extends PhabricatorSearchEngineAPIMethod {
public function getAPIMethodName() {
return 'packages.publisher.search';
}
public function newSearchEngine() {
return new PhabricatorPackagesPublisherSearchEngine();
}
public function getMethodSummary() {
return pht('Read information about publishers.');
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Jun 17, 3:29 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
226300
Default Alt Text
PhabricatorPackagesPublisherSearchConduitAPIMethod.php (402 B)

Event Timeline