Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96213280
PhabricatorProjectDescriptionField.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, Dec 23, 20:12
Size
544 B
Mime Type
text/x-php
Expires
Wed, Dec 25, 20:12 (2 d)
Engine
blob
Format
Raw Data
Handle
23144576
Attached To
rPH Phabricator
PhabricatorProjectDescriptionField.php
View Options
<?php
final
class
PhabricatorProjectDescriptionField
extends
PhabricatorProjectStandardCustomField
{
public
function
createFields
(
$object
)
{
return
PhabricatorStandardCustomField
::
buildStandardFields
(
$this
,
array
(
'description'
=>
array
(
'name'
=>
pht
(
'Description'
),
'type'
=>
'remarkup'
,
'description'
=>
pht
(
'Short project description.'
),
'fulltext'
=>
PhabricatorSearchDocumentFieldType
::
FIELD_BODY
,
),
),
$internal
=
true
);
}
}
Event Timeline
Log In to Comment