Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F468348
PhabricatorOwnersConfiguredCustomField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
501 B
Referenced Files
None
Subscribers
None
PhabricatorOwnersConfiguredCustomField.php
View Options
<?php
final
class
PhabricatorOwnersConfiguredCustomField
extends
PhabricatorOwnersCustomField
implements
PhabricatorStandardCustomFieldInterface
{
public
function
getStandardCustomFieldNamespace
()
{
return
'owners'
;
}
public
function
createFields
(
$object
)
{
$config
=
PhabricatorEnv
::
getEnvConfig
(
'owners.custom-field-definitions'
,
array
());
$fields
=
PhabricatorStandardCustomField
::
buildStandardFields
(
$this
,
$config
);
return
$fields
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, May 6, 5:08 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
80456
Default Alt Text
PhabricatorOwnersConfiguredCustomField.php (501 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment