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.php | file | core/ |
|
| Time.php | file | core/ |
|
| Time::$dateFormatter | property | core/ |
The date formatter service. |
| Time::$proxyRequestTime | property | core/ |
A proxied request time if the request time is not available. |
| Time::$requestStack | property | core/ |
The request stack. |
| Time::$usesOptions | property | core/ |
Denotes whether the plugin has an additional options form. |
| Time::buildOptionsForm | function | core/ |
Provide a form to edit options for this plugin. |
| Time::cacheExpire | function | core/ |
Determine the expiration time of the cache type, or NULL if no expire. |
| Time::cacheSetMaxAge | function | core/ |
Determines cache expiration time based on its type. |
| Time::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| Time::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| Time::getCurrentMicroTime | function | core/ |
Returns the current system time with microsecond precision. |
| Time::getCurrentTime | function | core/ |
Returns the current system time as an integer. |
| Time::getDefaultCacheMaxAge | function | core/ |
Returns the default cache max age. |
| Time::getLifespan | function | core/ |
Gets the value for the lifespan of the given type. |
| Time::getProxyRequestMicroTime | function | core/ |
Returns a mimic of the timestamp of the current request. |
| Time::getProxyRequestTime | function | core/ |
Returns a mimic of the timestamp of the current request. |
| Time::getRequestMicroTime | function | core/ |
Returns the timestamp for the current request with microsecond precision. |
| Time::getRequestTime | function | core/ |
Returns the timestamp for the current request. |
| Time::summaryTitle | function | core/ |
Returns 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 option form that provides label widget that all fields should have. |
| TimeInterval::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| 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/ |
An associative array of timers. |
| 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::getDurationAsIso8601Abnf | function | core/ |
#[JsonSchema([ 'type' => 'string', 'format' => 'duration', ])] |
Pagination
- Previous page
- Page 17
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.