Search for %s

  1. Search 7.x for %s
  2. Search 9.5.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
TimezoneTest::assertTimesUnderstoodCorrectly function core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php Asserts that elements interpret dates using the expected time zones.
TimezoneTest::buildForm function core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php Form constructor.
TimezoneTest::getFormId function core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php Returns a unique string identifying the form.
TimezoneTest::setUp function core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php
TimeZoneTest::setUp function core/modules/simpletest/src/Tests/TimeZoneTest.php Sets up a Drupal site for running functional and integration tests.
TimezoneTest::setupForm function core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php Simulate form being loaded and default values displayed to user.
TimezoneTest::submitForm function core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php Form submission handler.
TimeZoneTest::testAccountTimeZones function core/modules/simpletest/src/Tests/TimeZoneTest.php Tests that user accounts have the default time zone set.
TimezoneTest::testDatelistElementTimesUnderstoodCorrectly function core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php Tests datelist elements interpret their times correctly when saving.
TimezoneTest::testDatelistTimezonePropertyProcessed function core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php On datelist elements test #date_timezone after ::processDatetime.
TimezoneTest::testDatetimeElementTimesUnderstoodCorrectly function core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php Tests datetime elements interpret their times correctly when saving.
TimezoneTest::testDatetimeTimezonePropertyProcessed function core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php On datetime elements test #date_timezone after ::processDatetime.
TimezoneTest::testSystemTimeZones function core/modules/system/tests/src/Kernel/Timezone/TimezoneTest.php Tests system_time_zones().
TimezoneTest::validateForm function core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php Form validation handler.
TipPluginBase class core/modules/tour/src/TipPluginBase.php Defines a base tour item implementation.
TipPluginBase.php file core/modules/tour/src/TipPluginBase.php
TipPluginBase::$attributes property core/modules/tour/src/TipPluginBase.php The attributes that will be applied to the markup of this tip.
TipPluginBase::$label property core/modules/tour/src/TipPluginBase.php The label which is used for render of this tip.
TipPluginBase::$weight property core/modules/tour/src/TipPluginBase.php Allows tips to take more priority that others.
TipPluginBase::get function core/modules/tour/src/TipPluginBase.php Used for returning values by key.
TipPluginBase::getAttributes function core/modules/tour/src/TipPluginBase.php Returns an array of attributes for the tip wrapper.
TipPluginBase::getLabel function core/modules/tour/src/TipPluginBase.php Returns label of the tip.
TipPluginBase::getWeight function core/modules/tour/src/TipPluginBase.php Returns weight of the tip.
TipPluginBase::id function core/modules/tour/src/TipPluginBase.php Returns id of the tip.
TipPluginBase::set function core/modules/tour/src/TipPluginBase.php Used for returning values by key.
TipPluginInterface::getAttributes function core/modules/tour/src/TipPluginInterface.php Returns an array of attributes for the tip wrapper.
TipPluginInterface::set function core/modules/tour/src/TipPluginInterface.php Used for returning values by key.
TipPluginManager::__construct function core/modules/tour/src/TipPluginManager.php Constructs a new TipPluginManager.
TipPluginText::getAttributes function core/modules/tour/src/Plugin/tour/tip/TipPluginText.php Returns an array of attributes for the tip wrapper.
TipPluginText::__construct function core/modules/tour/src/Plugin/tour/tip/TipPluginText.php Constructs a \Drupal\tour\Plugin\tour\tip\TipPluginText object.
TipPluginTextTest class core/modules/tour/tests/src/Unit/Plugin/tour/tip/TipPluginTextTest.php @coversDefaultClass \Drupal\tour\Plugin\tour\tip\TipPluginText[[api-linebreak]]
@group tour
TipPluginTextTest.php file core/modules/tour/tests/src/Unit/Plugin/tour/tip/TipPluginTextTest.php
TipPluginTextTest::testGetAriaId function core/modules/tour/tests/src/Unit/Plugin/tour/tip/TipPluginTextTest.php Tests that getAriaId returns unique id per plugin instance.
TipsPluginCollection class core/modules/tour/src/TipsPluginCollection.php A collection of tips.
TipsPluginCollection.php file core/modules/tour/src/TipsPluginCollection.php
TipsPluginCollection::$pluginKey property core/modules/tour/src/TipsPluginCollection.php The key within the plugin configuration that contains the plugin ID.
TipsPluginCollection::get function core/modules/tour/src/TipsPluginCollection.php
Title::buildOptionsForm function core/modules/views/src/Plugin/views/area/Title.php Provide a form to edit options for this plugin.
Title::defineOptions function core/modules/views/src/Plugin/views/area/Title.php Information about options for all kinds of purposes will be held here.
TitleBlockPluginInterface::setTitle function core/lib/Drupal/Core/Block/TitleBlockPluginInterface.php Sets the title.
TitleResolver class core/lib/Drupal/Core/Controller/TitleResolver.php Provides the default implementation of the title resolver interface.
TitleResolver.php file core/lib/Drupal/Core/Controller/TitleResolver.php
TitleResolver::$argumentResolver property core/lib/Drupal/Core/Controller/TitleResolver.php The argument resolver.
TitleResolver::$controllerResolver property core/lib/Drupal/Core/Controller/TitleResolver.php The controller resolver.
TitleResolver::getTitle function core/lib/Drupal/Core/Controller/TitleResolver.php Returns a static or dynamic title for the route.
TitleResolver::__construct function core/lib/Drupal/Core/Controller/TitleResolver.php Constructs a TitleResolver instance.
TitleResolverInterface interface core/lib/Drupal/Core/Controller/TitleResolverInterface.php Defines a class which knows how to generate the title from a given route.
TitleResolverInterface.php file core/lib/Drupal/Core/Controller/TitleResolverInterface.php
TitleResolverInterface::getTitle function core/lib/Drupal/Core/Controller/TitleResolverInterface.php Returns a static or dynamic title for the route.
TitleResolverTest class core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php @coversDefaultClass \Drupal\Core\Controller\TitleResolver[[api-linebreak]]
@group Controller

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