Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| threecol_section.css | file | core/ |
/* * @file * Provides the layout styles for three-column layout section. */ .layout--threecol-section { display: flex; flex-wrap: wrap; } .layout--threecol-section > .layout__region { flex: 0 1 100%; } /* Medium */ @media screen and… |
| threecol_section.css | file | core/ |
/* * @file * Provides the layout styles for three-column layout section. */ .layout--threecol-section { display: flex; flex-wrap: wrap; } .layout--threecol-section > .layout__region { flex: 0 1 100%; } @media screen and (min-width:… |
| ThrobberTest | class | core/ |
Tests the throbber. |
| ThrobberTest.php | file | core/ |
|
| ThrobberTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ThrobberTest::$modules | property | core/ |
Modules to enable. |
| ThrobberTest::setUp | function | core/ |
|
| ThrobberTest::testThemingThrobberElement | function | core/ |
Tests theming throbber element. |
| ThumbnailDownloader::processItem | function | core/ |
Works on a single queue item. |
| ThumbnailDownloader::__construct | function | core/ |
Constructs a new class instance. |
| Tid::$vocabularyStorage | property | core/ |
The vocabulary storage. |
| Tid::buildOptionsForm | function | core/ |
Provide the default form for setting options. |
| Tid::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
| Tid::defineOptions | function | core/ |
Retrieve the options when this is a new access control plugin. |
| Tid::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
| Tid::submitOptionsForm | function | core/ |
Provide the default form for submitting options. |
| Tid::__construct | function | core/ |
Constructs a new Tid instance. |
| 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::cacheSetMaxAge | function | core/ |
Determine cache expiration time. |
| Time::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| Time::getLifespan | function | core/ |
|
| 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::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::buildOptionsForm | function | core/ |
Default option form that provides label widget that all fields should have. |
| TimeInterval::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| TimeInterval::__construct | function | core/ |
Constructs a TimeInterval plugin object. |
| Timer::$timers | property | core/ |
|
| 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. |
Pagination
- Previous page
- Page 1286
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.