Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97850731
PhabricatorOwnersConfiguredCustomField.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
Mon, Jan 6, 18:34
Size
501 B
Mime Type
text/x-php
Expires
Wed, Jan 8, 18:34 (2 d)
Engine
blob
Format
Raw Data
Handle
23419764
Attached To
rPH Phabricator
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
;
}
}
Event Timeline
Log In to Comment