Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
threecol_section.css file core/profiles/demo_umami/themes/umami/layouts/threecol_section/threecol_section.css /*
* @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/modules/layout_builder/layouts/threecol_section/threecol_section.css /*
* @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/Drupal/FunctionalJavascriptTests/Ajax/ThrobberTest.php Tests the throbber.
ThrobberTest.php file core/tests/Drupal/FunctionalJavascriptTests/Ajax/ThrobberTest.php
ThrobberTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Ajax/ThrobberTest.php The theme to install as the default for testing.
ThrobberTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Ajax/ThrobberTest.php Modules to enable.
ThrobberTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Ajax/ThrobberTest.php
ThrobberTest::testThemingThrobberElement function core/tests/Drupal/FunctionalJavascriptTests/Ajax/ThrobberTest.php Tests theming throbber element.
ThumbnailDownloader::processItem function core/modules/media/src/Plugin/QueueWorker/ThumbnailDownloader.php Works on a single queue item.
ThumbnailDownloader::__construct function core/modules/media/src/Plugin/QueueWorker/ThumbnailDownloader.php Constructs a new class instance.
Tid::$vocabularyStorage property core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php The vocabulary storage.
Tid::buildOptionsForm function core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php Provide the default form for setting options.
Tid::calculateDependencies function core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php Calculates dependencies for the configured plugin.
Tid::defineOptions function core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php Retrieve the options when this is a new access control plugin.
Tid::getCacheContexts function core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php The cache contexts associated with this object.
Tid::submitOptionsForm function core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php Provide the default form for submitting options.
Tid::__construct function core/modules/taxonomy/src/Plugin/views/argument_default/Tid.php Constructs a new Tid instance.
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::cacheSetMaxAge function core/modules/views/src/Plugin/views/cache/Time.php Determine cache expiration time.
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::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.
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::buildOptionsForm function core/modules/views/src/Plugin/views/field/TimeInterval.php Default option form that provides label widget that all fields should have.
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::__construct function core/modules/views/src/Plugin/views/field/TimeInterval.php Constructs a TimeInterval plugin object.
Timer::$timers property core/lib/Drupal/Component/Utility/Timer.php
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.
Timestamp class core/lib/Drupal/Core/TypedData/Plugin/DataType/Timestamp.php The timestamp data type.
Timestamp.php file core/lib/Drupal/Core/TypedData/Plugin/DataType/Timestamp.php
Timestamp::$value property core/lib/Drupal/Core/TypedData/Plugin/DataType/Timestamp.php The data value as a UNIX timestamp.
Timestamp::getDateTime function core/lib/Drupal/Core/TypedData/Plugin/DataType/Timestamp.php Returns the date time object.
Timestamp::setDateTime function core/lib/Drupal/Core/TypedData/Plugin/DataType/Timestamp.php Sets the date time object.
TimestampAgoFormatter class core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/TimestampAgoFormatter.php Plugin implementation of the 'timestamp' formatter as time ago.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.