Search for time
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Time | class | core/ |
Simple caching of query results for Views displays. |
time | function | core/ |
Shadow time() system call. |
Time | class | core/ |
Provides a class for obtaining system time. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
Time::getRequestTime | function | core/ |
Returns the timestamp for the current request. |
Time::summaryTitle | function | core/ |
Return a string to display as the clickable title for the access control. |
Time::validateOptionsForm | function | core/ |
Validate the options form. |
Time::__construct | function | core/ |
Constructs a Time cache plugin object. |
Time::__construct | function | core/ |
Constructs a Time object. |
TimeInterface | interface | core/ |
Defines an interface for obtaining system time. |
TimeInterface.php | file | core/ |
|
TimeInterface::getCurrentMicroTime | function | core/ |
Returns the current system time with microsecond precision. |
TimeInterface::getCurrentTime | function | core/ |
Returns the current system time as an integer. |
TimeInterface::getRequestMicroTime | function | core/ |
Returns the timestamp for the current request with microsecond precision. |
TimeInterface::getRequestTime | function | core/ |
Returns the timestamp for the current request. |
TimeInterval | class | core/ |
A handler to provide proper displays for time intervals. |
TimeInterval.php | file | core/ |
|
TimeInterval::$dateFormatter | property | core/ |
The date formatter service. |
TimeInterval::buildOptionsForm | function | core/ |
Default options form that provides the label widget that all fields should have. |
TimeInterval::create | function | core/ |
Creates an instance of the plugin. |
TimeInterval::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
TimeInterval::render | function | core/ |
Renders the field. |
TimeInterval::__construct | function | core/ |
Constructs a TimeInterval plugin object. |
Timer | class | core/ |
Provides helpers to use timers throughout a request. |
Timer.php | file | core/ |
|
Timer::$timers | property | core/ |
|
Timer::read | function | core/ |
Reads the current timer value without stopping the timer. |
Timer::start | function | core/ |
Starts the timer with the specified name. |
Timer::stop | function | core/ |
Stops the timer with the specified name. |
TimerTest | class | core/ |
Tests the Timer system. |
TimerTest.php | file | core/ |
|
TimerTest::testTimer | function | core/ |
Tests Timer::read() time accumulation accuracy across multiple restarts. |
TimeSpan | class | core/ |
The time span data type represents durations as number of seconds. |
TimeSpan.php | file | core/ |
|
TimeSpan::getDuration | function | core/ |
Returns the duration. |
TimeSpan::setDuration | function | core/ |
Sets the duration. |
Timestamp | class | core/ |
The timestamp data type. |
Timestamp.php | file | core/ |
|
Timestamp::$value | property | core/ |
The data value as a UNIX timestamp. |
Timestamp::getDateTime | function | core/ |
Returns the date time object. |
Timestamp::setDateTime | function | core/ |
Sets the date time object. |
TimestampAgoFormatter | class | core/ |
Plugin implementation of the 'timestamp' formatter as time ago. |
TimestampAgoFormatter.php | file | core/ |
|
TimestampAgoFormatter::$dateFormatter | property | core/ |
The date formatter service. |
TimestampAgoFormatter::$request | property | core/ |
The current Request object. |
TimestampAgoFormatter::create | function | core/ |
Creates an instance of the plugin. |
TimestampAgoFormatter::defaultSettings | function | core/ |
Defines the default settings for this plugin. |
TimestampAgoFormatter::formatTimestamp | function | core/ |
Formats a timestamp. |
TimestampAgoFormatter::settingsForm | function | core/ |
Returns a form to configure settings for the formatter. |
TimestampAgoFormatter::settingsSummary | function | core/ |
Returns a short summary for the current formatter settings. |
TimestampAgoFormatter::viewElements | function | core/ |
Builds a renderable array for a field value. |
TimestampAgoFormatter::__construct | function | core/ |
Constructs a TimestampAgoFormatter object. |
TimestampAgoFormatterTest | class | core/ |
Tests the functionality of TimestampAgoFormatter core field formatter. |
TimestampAgoFormatterTest.php | file | core/ |
Pagination
- Previous page
- Page 16
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.