Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3295063
PhabricatorCustomFieldApplicationSearchDatasource.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
443 B
Referenced Files
None
Subscribers
None
PhabricatorCustomFieldApplicationSearchDatasource.php
View Options
<?php
final
class
PhabricatorCustomFieldApplicationSearchDatasource
extends
PhabricatorTypeaheadProxyDatasource
{
public
function
getComponentDatasources
(
)
{
$datasources
=
parent
::
getComponentDatasources
(
)
;
$datasources
[
]
=
new
PhabricatorCustomFieldApplicationSearchAnyFunctionDatasource
(
)
;
$datasources
[
]
=
new
PhabricatorCustomFieldApplicationSearchNoneFunctionDatasource
(
)
;
return
$datasources
;
}
}
File Metadata
Details
Attached
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)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment