Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91156115
PhabricatorUsersSearchField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Nov 8, 11:26
Size
497 B
Mime Type
text/x-php
Expires
Sun, Nov 10, 11:26 (2 d)
Engine
blob
Format
Raw Data
Handle
22207470
Attached To
rPH Phabricator
PhabricatorUsersSearchField.php
View Options
<?php
final
class
PhabricatorUsersSearchField
extends
PhabricatorSearchTokenizerField
{
protected
function
getDefaultValue
()
{
return
array
();
}
protected
function
getValueFromRequest
(
AphrontRequest
$request
,
$key
)
{
return
$this
->
getUsersFromRequest
(
$request
,
$key
);
}
protected
function
newDatasource
()
{
return
new
PhabricatorPeopleUserFunctionDatasource
();
}
protected
function
newConduitParameterType
()
{
return
new
ConduitUserListParameterType
();
}
}
Event Timeline
Log In to Comment