Page MenuHomestyx hydra

ProjectSearchConduitAPIMethod.php
No OneTemporary

ProjectSearchConduitAPIMethod.php

<?php
final class ProjectSearchConduitAPIMethod
extends PhabricatorSearchEngineAPIMethod {
public function getAPIMethodName() {
return 'project.search';
}
public function newSearchEngine() {
return new PhabricatorProjectSearchEngine();
}
public function getMethodSummary() {
return pht('Read information about projects.');
}
protected function getCustomQueryMaps($query) {
return array(
'slugMap' => $query->getSlugMap(),
);
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, Jul 28, 5:20 PM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
187192
Default Alt Text
ProjectSearchConduitAPIMethod.php (479 B)

Event Timeline