Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F461261
ManiphestConfiguredCustomField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
483 B
Referenced Files
None
Subscribers
None
ManiphestConfiguredCustomField.php
View Options
<?php
final
class
ManiphestConfiguredCustomField
extends
ManiphestCustomField
implements
PhabricatorStandardCustomFieldInterface
{
public
function
getStandardCustomFieldNamespace
()
{
return
'maniphest'
;
}
public
function
createFields
()
{
$config
=
PhabricatorEnv
::
getEnvConfig
(
'maniphest.custom-field-definitions'
,
array
());
$fields
=
PhabricatorStandardCustomField
::
buildStandardFields
(
$this
,
$config
);
return
$fields
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 5, 4:39 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
72258
Default Alt Text
ManiphestConfiguredCustomField.php (483 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment