interface TimezoneDetectInterface in Timezone Detect 8
Interface TimezoneDetectInterface.
@package Drupal\timezone_detect
Hierarchy
- interface \Drupal\timezone_detect\TimezoneDetectInterface
Expanded class hierarchy of TimezoneDetectInterface
All classes that implement TimezoneDetectInterface
3 files declare their use of TimezoneDetectInterface
- TimezoneDetectSettings.php in src/
Form/ TimezoneDetectSettings.php - Administration pages for Timezone Detect module.
- timezone_detect.install in ./
timezone_detect.install - (Un)installs the Timezone Detect module.
- timezone_detect.module in ./
timezone_detect.module - Module provides automatic timezone detection via javascript.
File
- src/
TimezoneDetectInterface.php, line 10
Namespace
Drupal\timezone_detectView source
interface TimezoneDetectInterface {
const LIBRARY_WEBSITE = 'http://pellepim.bitbucket.org/jstz/';
const LIBRARY_FILENAME = 'jstz.js';
const LIBRARY_DOWNLOAD_URL = 'https://bitbucket.org/pellepim/jstimezonedetect/raw/default/jstz.js';
const MODE_DEFAULT = 'default';
const MODE_LOGIN = 'login';
const MODE_ALWAYS = 'always';
}