Page MenuHomec4science

HeraldSupportFieldGroup.php
No OneTemporary

File Metadata

Created
Wed, Jan 8, 09:58

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