Page MenuHomec4science

PhabricatorCalendarEventHeraldFieldGroup.php
No OneTemporary

File Metadata

Created
Thu, Feb 20, 15:32

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