Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 11.x for to
  5. Search main for to
  6. Other projects
Title Object type File name Summary
TourXmlAnonTest class core/modules/tour/tests/src/Functional/Rest/TourXmlAnonTest.php @group rest
@group legacy
TourXmlAnonTest.php file core/modules/tour/tests/src/Functional/Rest/TourXmlAnonTest.php
TourXmlAnonTest::$defaultTheme property core/modules/tour/tests/src/Functional/Rest/TourXmlAnonTest.php The theme to install as the default for testing.
TourXmlAnonTest::$format property core/modules/tour/tests/src/Functional/Rest/TourXmlAnonTest.php The format to use in this test.
TourXmlAnonTest::$mimeType property core/modules/tour/tests/src/Functional/Rest/TourXmlAnonTest.php The MIME type that corresponds to $format.
TourXmlBasicAuthTest class core/modules/tour/tests/src/Functional/Rest/TourXmlBasicAuthTest.php @group rest
@group legacy
TourXmlBasicAuthTest.php file core/modules/tour/tests/src/Functional/Rest/TourXmlBasicAuthTest.php
TourXmlBasicAuthTest::$auth property core/modules/tour/tests/src/Functional/Rest/TourXmlBasicAuthTest.php The authentication mechanism to use in this test.
TourXmlBasicAuthTest::$defaultTheme property core/modules/tour/tests/src/Functional/Rest/TourXmlBasicAuthTest.php The theme to install as the default for testing.
TourXmlBasicAuthTest::$format property core/modules/tour/tests/src/Functional/Rest/TourXmlBasicAuthTest.php The format to use in this test.
TourXmlBasicAuthTest::$mimeType property core/modules/tour/tests/src/Functional/Rest/TourXmlBasicAuthTest.php The MIME type that corresponds to $format.
TourXmlBasicAuthTest::$modules property core/modules/tour/tests/src/Functional/Rest/TourXmlBasicAuthTest.php Modules to install.
TourXmlCookieTest class core/modules/tour/tests/src/Functional/Rest/TourXmlCookieTest.php @group rest
@group legacy
TourXmlCookieTest.php file core/modules/tour/tests/src/Functional/Rest/TourXmlCookieTest.php
TourXmlCookieTest::$auth property core/modules/tour/tests/src/Functional/Rest/TourXmlCookieTest.php The authentication mechanism to use in this test.
TourXmlCookieTest::$defaultTheme property core/modules/tour/tests/src/Functional/Rest/TourXmlCookieTest.php The theme to install as the default for testing.
TourXmlCookieTest::$format property core/modules/tour/tests/src/Functional/Rest/TourXmlCookieTest.php The format to use in this test.
TourXmlCookieTest::$mimeType property core/modules/tour/tests/src/Functional/Rest/TourXmlCookieTest.php The MIME type that corresponds to $format.
tour_help function core/modules/tour/tour.module Implements hook_help().
tour_page_bottom function core/modules/tour/tour.module Implements hook_page_bottom().
tour_test.info.yml file core/modules/tour/tests/tour_test/tour_test.info.yml core/modules/tour/tests/tour_test/tour_test.info.yml
tour_test.links.action.yml file core/modules/tour/tests/tour_test/tour_test.links.action.yml core/modules/tour/tests/tour_test/tour_test.links.action.yml
tour_test.module file core/modules/tour/tests/tour_test/tour_test.module Provides tests for tour module.
tour_test.routing.yml file core/modules/tour/tests/tour_test/tour_test.routing.yml core/modules/tour/tests/tour_test/tour_test.routing.yml
tour_test.schema.yml file core/modules/tour/tests/tour_test/config/schema/tour_test.schema.yml core/modules/tour/tests/tour_test/config/schema/tour_test.schema.yml
tour_test_tour_load function core/modules/tour/tests/tour_test/tour_test.module Implements hook_ENTITY_TYPE_load() for tour.
tour_test_tour_presave function core/modules/tour/tests/tour_test/tour_test.module Implements hook_ENTITY_TYPE_presave() for tour.
tour_test_tour_tips_alter function core/modules/tour/tests/tour_test/tour_test.module Implements hook_tour_tips_alter().
tour_toolbar function core/modules/tour/tour.module Implements hook_toolbar().
tour_tour_insert function core/modules/tour/tour.module Implements hook_ENTITY_TYPE_insert() for tour entities.
tour_tour_update function core/modules/tour/tour.module Implements hook_ENTITY_TYPE_update() for tour entities.
TrackerController::$nodeStorage property core/modules/tracker/src/Controller/TrackerController.php The node storage.
TrackerTest::assertHistoryMetadata function core/modules/tracker/tests/src/Functional/TrackerTest.php Passes if the appropriate history metadata exists.
TrackerTest::testTrackerHistoryMetadata function core/modules/tracker/tests/src/Functional/TrackerTest.php Tests the metadata for the "new"/"updated" indicators.
TransactionOutOfOrderException class core/lib/Drupal/Core/Database/TransactionOutOfOrderException.php Exception thrown when a rollBack() resulted in other active transactions being rolled-back.
TransactionOutOfOrderException.php file core/lib/Drupal/Core/Database/TransactionOutOfOrderException.php
Transition::$toStateId property core/modules/workflows/src/Transition.php The transition's to state ID.
Transition::to function core/modules/workflows/src/Transition.php Gets the transition's to state.
TransitionInterface::DIRECTION_TO constant core/modules/workflows/src/TransitionInterface.php The transition direction to.
TransitionInterface::to function core/modules/workflows/src/TransitionInterface.php Gets the transition's to state.
TransitionTest::testFromAndTo function core/modules/workflows/tests/src/Unit/TransitionTest.php @covers ::from[[api-linebreak]]
@covers ::to[[api-linebreak]]
TranslatableMarkup::getOption function core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php Gets a specific option from this translated string.
TranslatableMarkup::getOptions function core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php Gets all options from this translated string.
TranslatableMarkupTest::testToString function core/tests/Drupal/Tests/Core/StringTranslation/TranslatableMarkupTest.php Tests that errors are correctly handled when a __toString() fails.
TranslatableRevisionableStorageInterface interface core/lib/Drupal/Core/Entity/TranslatableRevisionableStorageInterface.php A storage that supports translatable and revisionable entity types.
TranslatableRevisionableStorageInterface.php file core/lib/Drupal/Core/Entity/TranslatableRevisionableStorageInterface.php
TranslatableRevisionableStorageInterface::createRevision function core/lib/Drupal/Core/Entity/TranslatableRevisionableStorageInterface.php Creates a new revision starting off from the specified entity object.
TranslatableRevisionableStorageInterface::getLatestTranslationAffectedRevisionId function core/lib/Drupal/Core/Entity/TranslatableRevisionableStorageInterface.php Returns the latest revision affecting the specified translation.
TranslatableStorageInterface interface core/lib/Drupal/Core/Entity/TranslatableStorageInterface.php A storage that supports translatable entity types.
TranslatableStorageInterface.php file core/lib/Drupal/Core/Entity/TranslatableStorageInterface.php

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