Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F471355
PhabricatorFeedConfigOptions.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
942 B
Referenced Files
None
Subscribers
None
PhabricatorFeedConfigOptions.php
View Options
<?php
final
class
PhabricatorFeedConfigOptions
extends
PhabricatorApplicationConfigOptions
{
public
function
getName
()
{
return
pht
(
'Feed'
);
}
public
function
getDescription
()
{
return
pht
(
'Feed options.'
);
}
public
function
getIcon
()
{
return
'fa-newspaper-o'
;
}
public
function
getGroup
()
{
return
'apps'
;
}
public
function
getOptions
()
{
$hooks_help
=
$this
->
deformat
(
pht
(
<<<EODOC
IMPORTANT: Feed hooks are deprecated and have been replaced by Webhooks.
You can configure Webhooks in Herald. This configuration option will be removed
in a future version of the software.
(This legacy option may be configured with a list of URIs; feed stories will
send to these URIs.)
EODOC
));
return
array
(
$this
->
newOption
(
'feed.http-hooks'
,
'list<string>'
,
array
())
->
setLocked
(
true
)
->
setSummary
(
pht
(
'Deprecated.'
))
->
setDescription
(
$hooks_help
),
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, May 6, 2:08 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
78115
Default Alt Text
PhabricatorFeedConfigOptions.php (942 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment