Page MenuHomec4science

OwnersSearchConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Tue, Jul 16, 11:32

OwnersSearchConduitAPIMethod.php

<?php
final class OwnersSearchConduitAPIMethod
extends PhabricatorSearchEngineAPIMethod {
public function getAPIMethodName() {
return 'owners.search';
}
public function newSearchEngine() {
return new PhabricatorOwnersPackageSearchEngine();
}
public function getMethodSummary() {
return pht('Read information about Owners packages.');
}
}

Event Timeline