Page MenuHomePhorge

PhabricatorCustomFieldApplicationSearchDatasource.php
No OneTemporary

PhabricatorCustomFieldApplicationSearchDatasource.php

<?php
final class PhabricatorCustomFieldApplicationSearchDatasource
extends PhabricatorTypeaheadProxyDatasource {
public function getComponentDatasources() {
$datasources = parent::getComponentDatasources();
$datasources[] =
new PhabricatorCustomFieldApplicationSearchAnyFunctionDatasource();
$datasources[] =
new PhabricatorCustomFieldApplicationSearchNoneFunctionDatasource();
return $datasources;
}
}

File Metadata

Mime Type
text/x-php
Expires
Thu, Mar 27, 00:44 (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1129488
Default Alt Text
PhabricatorCustomFieldApplicationSearchDatasource.php (443 B)

Event Timeline