You are here

public function EventTypeInterface::useTimezones in Event 8

Determines whether to enable timezone support for an entity.

Return value

bool TRUE if the entity has custom timezones, or FALSE to use site timezone.

1 method overrides EventTypeInterface::useTimezones()
EventType::useTimezones in src/Entity/EventType.php
Determines whether to enable timezone support for an entity.

File

src/Entity/EventTypeInterface.php, line 18

Class

EventTypeInterface
Provides an interface for defining Event type entities.

Namespace

Drupal\event\Entity

Code

public function useTimezones();