Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106136310
PhabricatorSearchSubscribersField.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
Sun, Mar 23, 00:20
Size
506 B
Mime Type
text/x-php
Expires
Tue, Mar 25, 00:20 (2 d)
Engine
blob
Format
Raw Data
Handle
25121919
Attached To
rPH Phabricator
PhabricatorSearchSubscribersField.php
View Options
<?php
final
class
PhabricatorSearchSubscribersField
extends
PhabricatorSearchTokenizerField
{
protected
function
getDefaultValue
()
{
return
array
();
}
protected
function
getValueFromRequest
(
AphrontRequest
$request
,
$key
)
{
$allow_types
=
array
(
PhabricatorProjectProjectPHIDType
::
TYPECONST
,
);
return
$this
->
getUsersFromRequest
(
$request
,
$key
,
$allow_types
);
}
protected
function
newDatasource
()
{
return
new
PhabricatorMetaMTAMailableFunctionDatasource
();
}
}
Event Timeline
Log In to Comment