Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F17826795
PhabricatorOwnersSearchField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
491 B
Referenced Files
None
Subscribers
None
PhabricatorOwnersSearchField.php
View Options
<?php
final
class
PhabricatorOwnersSearchField
extends
PhabricatorSearchTokenizerField
{
protected
function
getDefaultValue
()
{
return
array
();
}
protected
function
getValueFromRequest
(
AphrontRequest
$request
,
$key
)
{
return
$this
->
getUsersFromRequest
(
$request
,
$key
);
}
protected
function
newDatasource
()
{
return
new
PhabricatorPeopleOwnerDatasource
();
}
protected
function
newConduitParameterType
()
{
return
new
ConduitUserListParameterType
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Jul 28, 7:38 AM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8267678
Default Alt Text
PhabricatorOwnersSearchField.php (491 B)
Attached To
Mode
rP Phabricator
Attached
Detach File
Event Timeline
Log In to Comment