Page MenuHomec4science

HeraldSupportFieldGroup.php
No OneTemporary

File Metadata

Created
Sat, Nov 30, 10:13

HeraldSupportFieldGroup.php

<?php
final class HeraldSupportFieldGroup extends HeraldFieldGroup {
const FIELDGROUPKEY = 'support';
public function getGroupLabel() {
return pht('Supporting Applications');
}
protected function getGroupOrder() {
return 3000;
}
}

Event Timeline