| time.html.twig |
file |
core/themes/classy/templates/field/time.html.twig |
Theme override for a date / time element. |
| time.html.twig |
file |
core/modules/system/templates/time.html.twig |
Default theme implementation for a date / time element. |
| Time.php |
file |
core/modules/views/src/Plugin/views/cache/Time.php |
|
| Time.php |
file |
core/lib/Drupal/Component/Datetime/Time.php |
|
| Time::$dateFormatter |
property |
core/modules/views/src/Plugin/views/cache/Time.php |
The date formatter service. |
| Time::$requestStack |
property |
core/lib/Drupal/Component/Datetime/Time.php |
The request stack. |
| Time::$usesOptions |
property |
core/modules/views/src/Plugin/views/cache/Time.php |
Denotes whether the plugin has an additional options form. |
| Time::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/cache/Time.php |
Provide a form to edit options for this plugin. |
| Time::cacheExpire |
function |
core/modules/views/src/Plugin/views/cache/Time.php |
Determine the expiration time of the cache type, or NULL if no expire. |
| Time::cacheSetMaxAge |
function |
core/modules/views/src/Plugin/views/cache/Time.php |
Determine cache expiration time. |
| Time::create |
function |
core/modules/views/src/Plugin/views/cache/Time.php |
Creates an instance of the plugin. |
| Time::defineOptions |
function |
core/modules/views/src/Plugin/views/cache/Time.php |
Information about options for all kinds of purposes will be held here. |
| Time::getCurrentMicroTime |
function |
core/lib/Drupal/Component/Datetime/Time.php |
Returns the current system time with microsecond precision. |
| Time::getCurrentTime |
function |
core/lib/Drupal/Component/Datetime/Time.php |
Returns the current system time as an integer. |
| Time::getDefaultCacheMaxAge |
function |
core/modules/views/src/Plugin/views/cache/Time.php |
Returns the default cache max age. |
| Time::getLifespan |
function |
core/modules/views/src/Plugin/views/cache/Time.php |
|
| Time::getRequestMicroTime |
function |
core/lib/Drupal/Component/Datetime/Time.php |
Returns the timestamp for the current request with microsecond precision. |
| Time::getRequestTime |
function |
core/lib/Drupal/Component/Datetime/Time.php |
Returns the timestamp for the current request. |
| Time::summaryTitle |
function |
core/modules/views/src/Plugin/views/cache/Time.php |
Returns a string to display as the clickable title for the access control. |
| Time::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/cache/Time.php |
Validate the options form. |
| Time::__construct |
function |
core/modules/views/src/Plugin/views/cache/Time.php |
Constructs a Time cache plugin object. |
| Time::__construct |
function |
core/lib/Drupal/Component/Datetime/Time.php |
Constructs a Time object. |
| Time::__get |
function |
core/modules/views/src/Plugin/views/cache/Time.php |
Returns replacements for deprecated properties. |
| TimeInterface |
interface |
core/lib/Drupal/Component/Datetime/TimeInterface.php |
Defines an interface for obtaining system time. |
| TimeInterface.php |
file |
core/lib/Drupal/Component/Datetime/TimeInterface.php |
|
| TimeInterface::getCurrentMicroTime |
function |
core/lib/Drupal/Component/Datetime/TimeInterface.php |
Returns the current system time with microsecond precision. |
| TimeInterface::getCurrentTime |
function |
core/lib/Drupal/Component/Datetime/TimeInterface.php |
Returns the current system time as an integer. |
| TimeInterface::getRequestMicroTime |
function |
core/lib/Drupal/Component/Datetime/TimeInterface.php |
Returns the timestamp for the current request with microsecond precision. |
| TimeInterface::getRequestTime |
function |
core/lib/Drupal/Component/Datetime/TimeInterface.php |
Returns the timestamp for the current request. |
| TimeInterval |
class |
core/modules/views/src/Plugin/views/field/TimeInterval.php |
A handler to provide proper displays for time intervals. |
| TimeInterval.php |
file |
core/modules/views/src/Plugin/views/field/TimeInterval.php |
|
| TimeInterval::$dateFormatter |
property |
core/modules/views/src/Plugin/views/field/TimeInterval.php |
The date formatter service. |
| TimeInterval::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/field/TimeInterval.php |
Default option form that provides label widget that all fields should have. |
| TimeInterval::create |
function |
core/modules/views/src/Plugin/views/field/TimeInterval.php |
Creates an instance of the plugin. |
| TimeInterval::defineOptions |
function |
core/modules/views/src/Plugin/views/field/TimeInterval.php |
Information about options for all kinds of purposes will be held here. |
| TimeInterval::render |
function |
core/modules/views/src/Plugin/views/field/TimeInterval.php |
Renders the field. |
| TimeInterval::__construct |
function |
core/modules/views/src/Plugin/views/field/TimeInterval.php |
Constructs a TimeInterval plugin object. |
| Timer |
class |
core/lib/Drupal/Component/Utility/Timer.php |
Provides helpers to use timers throughout a request. |
| Timer.php |
file |
core/lib/Drupal/Component/Utility/Timer.php |
|
| Timer::$timers |
property |
core/lib/Drupal/Component/Utility/Timer.php |
|
| Timer::read |
function |
core/lib/Drupal/Component/Utility/Timer.php |
Reads the current timer value without stopping the timer. |
| Timer::start |
function |
core/lib/Drupal/Component/Utility/Timer.php |
Starts the timer with the specified name. |
| Timer::stop |
function |
core/lib/Drupal/Component/Utility/Timer.php |
Stops the timer with the specified name. |
| TimerTest |
class |
core/tests/Drupal/Tests/Component/Utility/TimerTest.php |
Tests the Timer system. |
| TimerTest.php |
file |
core/tests/Drupal/Tests/Component/Utility/TimerTest.php |
|
| TimerTest::testTimer |
function |
core/tests/Drupal/Tests/Component/Utility/TimerTest.php |
Tests Timer::read() time accumulation accuracy across multiple restarts. |
| TimeSpan |
class |
core/lib/Drupal/Core/TypedData/Plugin/DataType/TimeSpan.php |
The time span data type represents durations as number of seconds. |
| TimeSpan.php |
file |
core/lib/Drupal/Core/TypedData/Plugin/DataType/TimeSpan.php |
|
| TimeSpan::getDuration |
function |
core/lib/Drupal/Core/TypedData/Plugin/DataType/TimeSpan.php |
Returns the duration. |
| TimeSpan::setDuration |
function |
core/lib/Drupal/Core/TypedData/Plugin/DataType/TimeSpan.php |
Sets the duration. |