Page MenuHomec4science

PhabricatorCalendarEventHeraldFieldGroup.php
No OneTemporary

File Metadata

Created
Thu, Jan 23, 02:14

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