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\EntityCode
public function useTimezones();