Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98048963
PhabricatorProjectConfiguredCustomField.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
Thu, Jan 9, 01:55
Size
444 B
Mime Type
text/x-php
Expires
Sat, Jan 11, 01:55 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23499987
Attached To
rPH Phabricator
PhabricatorProjectConfiguredCustomField.php
View Options
<?php
final
class
PhabricatorProjectConfiguredCustomField
extends
PhabricatorProjectStandardCustomField
implements
PhabricatorStandardCustomFieldInterface
{
public
function
getStandardCustomFieldNamespace
()
{
return
'project'
;
}
public
function
createFields
(
$object
)
{
return
PhabricatorStandardCustomField
::
buildStandardFields
(
$this
,
PhabricatorEnv
::
getEnvConfig
(
'projects.custom-field-definitions'
));
}
}
Event Timeline
Log In to Comment