Page MenuHomec4science

PhabricatorCalendarEventHeraldFieldGroup.php
No OneTemporary

File Metadata

Created
Mon, Mar 24, 14:29

PhabricatorCalendarEventHeraldFieldGroup.php

<?php
final class PhabricatorCalendarEventHeraldFieldGroup
extends HeraldFieldGroup {
const FIELDGROUPKEY = 'calendar.event';
public function getGroupLabel() {
return pht('Event Fields');
}
protected function getGroupOrder() {
return 1000;
}
}

Event Timeline