interface DatexInterface in Datex 8
Hierarchy
- interface \Drupal\datex\Datex\DatexInterface
Expanded class hierarchy of DatexInterface
All classes that implement DatexInterface
1 file declares its use of DatexInterface
- DatexDateList.php in src/
Element/ DatexDateList.php
File
- src/
Datex/ DatexInterface.php, line 5
Namespace
Drupal\datex\DatexView source
interface DatexInterface {
function xFormat($format);
function format($format);
function formatArray();
function xFormatArray();
//-----------------------------------
function xSetDate($y, $m, $d);
function setDateLocale($y, $m, $d);
function setTime($hour, $minute, $second);
function parse($value, $format);
//-----------------------------------
function setTimestamp($timestamp);
function getTimestamp();
//-----------------------------------
function getLangcode();
function getCalendarName();
function listOptions($name, $required);
//-----------------------------------
function copy();
function validate(array $arr);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
DatexInterface:: |
function | 3 | ||
DatexInterface:: |
function | 3 | ||
DatexInterface:: |
function | 1 | ||
DatexInterface:: |
function | 1 | ||
DatexInterface:: |
function | 1 | ||
DatexInterface:: |
function | 1 | ||
DatexInterface:: |
function | 1 | ||
DatexInterface:: |
function | 3 | ||
DatexInterface:: |
function | 3 | ||
DatexInterface:: |
function | 1 | ||
DatexInterface:: |
function | 1 | ||
DatexInterface:: |
function | 1 | ||
DatexInterface:: |
function | 1 | ||
DatexInterface:: |
function | 1 | ||
DatexInterface:: |
function | 1 |