Page MenuHomec4science

PhabricatorCalendarEventHeraldFieldGroup.php
No OneTemporary

File Metadata

Created
Sat, Jun 21, 09:05

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