Page MenuHomec4science

HeraldEditFieldGroup.php
No OneTemporary

File Metadata

Created
Wed, Nov 27, 09:50

HeraldEditFieldGroup.php

<?php
final class HeraldEditFieldGroup extends HeraldFieldGroup {
const FIELDGROUPKEY = 'edit';
public function getGroupLabel() {
return pht('Edit Attributes');
}
protected function getGroupOrder() {
return 4000;
}
}

Event Timeline