repo.or.cz
/
phabricator.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Generate file attachment transactions for explicit Remarkup attachments on common...
[phabricator.git]
/
src
/
applications
/
diffusion
/
herald
/
DiffusionCommitHeraldFieldGroup.php
blob
34b781f8d850416a116ae214fcdc9d6b297cdfe5
1
<
?php
2
3
final class
DiffusionCommitHeraldFieldGroup
extends
HeraldFieldGroup
{
4
5
const
FIELDGROUPKEY
=
'diffusion.commit'
;
6
7
public function
getGroupLabel
() {
8
return
pht
(
'Commit Fields'
);
9
}
10
11
protected function
getGroupOrder
() {
12
return
1000
;
13
}
14
15
}