Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97602011
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, Jan 5, 15:23
Size
506 B
Mime Type
text/x-php
Expires
Tue, Jan 7, 15:23 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23362334
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