Search for ip

  1. Search 7.x for ip
  2. Search 8.9.x for ip
  3. Search 10.3.x for ip
  4. Search 11.x for ip
  5. Search main for ip
  6. Other projects
Title Object type File name Summary
TipPluginText::getBody function core/modules/tour/src/Plugin/tour/tip/TipPluginText.php
TipPluginText::getOutput function core/modules/tour/src/Plugin/tour/tip/TipPluginText.php
TipPluginText::__construct function core/modules/tour/src/Plugin/tour/tip/TipPluginText.php Constructs a \Drupal\tour\Plugin\tour\tip\TipPluginText object.
TipPluginTextLegacy class core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginTextLegacy.php Displays some text as a tip.
TipPluginTextLegacy.php file core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginTextLegacy.php
TipPluginTextLegacy::$ariaId property core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginTextLegacy.php Unique aria-id.
TipPluginTextLegacy::$body property core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginTextLegacy.php The body text which is used for render of this Text Tip.
TipPluginTextLegacy::$location property core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginTextLegacy.php The forced position of where the tip will be located.
TipPluginTextLegacy::$token property core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginTextLegacy.php Token service.
TipPluginTextLegacy::create function core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginTextLegacy.php
TipPluginTextLegacy::getAriaId function core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginTextLegacy.php Returns an ID that is guaranteed uniqueness.
TipPluginTextLegacy::getAttributes function core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginTextLegacy.php
TipPluginTextLegacy::getBody function core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginTextLegacy.php Returns body of the text tip.
TipPluginTextLegacy::getOutput function core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginTextLegacy.php
TipPluginTextLegacy::__construct function core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginTextLegacy.php Constructs a TipPluginTextLegacy object.
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
TipsPluginCollection::get function core/modules/tour/src/TipsPluginCollection.php
TokenReplaceTest::testTokenReplacementWithMiniPager function core/modules/views/tests/src/Kernel/TokenReplaceTest.php Tests core token replacements generated from a view.
ToolbarItemConditionsMetConstraint::$multipleMissingRequiredPluginMessage property core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemConditionsMetConstraint.php The violation message when >1 required plugin is missing.
ToolkitGdTest::testManipulations function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Tests height, width and color for the corners for the final images.
Tour::$tips property core/modules/tour/src/Entity/Tour.php The array of plugin config, only used for export and to populate the $tipsCollection.
Tour::$tipsCollection property core/modules/tour/src/Entity/Tour.php Holds the collection of tips that are attached to this tour.
Tour::getTip function core/modules/tour/src/Entity/Tour.php
Tour::getTips function core/modules/tour/src/Entity/Tour.php
TourInterface::getTip function core/modules/tour/src/TourInterface.php Returns tip plugin.
TourInterface::getTips function core/modules/tour/src/TourInterface.php Returns the tips for this tour.
TourJavascriptTest class core/modules/tour/tests/src/FunctionalJavascript/TourJavascriptTest.php General Tour tests that require JavaScript.
TourJavascriptTest.php file core/modules/tour/tests/src/FunctionalJavascript/TourJavascriptTest.php
TourJavascriptTest::$defaultTheme property core/modules/tour/tests/src/FunctionalJavascript/TourJavascriptTest.php
TourJavascriptTest::$modules property core/modules/tour/tests/src/FunctionalJavascript/TourJavascriptTest.php
TourJavascriptTest::setUp function core/modules/tour/tests/src/FunctionalJavascript/TourJavascriptTest.php
TourJavascriptTest::testGeneralTourUse function core/modules/tour/tests/src/FunctionalJavascript/TourJavascriptTest.php Tests stepping through a tour.
TourJavascriptTest::testQueryArg function core/modules/tour/tests/src/FunctionalJavascript/TourJavascriptTest.php Confirm the 'tips' and 'tour 'query arguments.
TourLegacyTest::assertToolTipMarkup function core/modules/tour/tests/src/FunctionalJavascript/TourLegacyTest.php Asserts the markup structure of a tip.
TourLegacyTest::providerTestTourTipMarkup function core/modules/tour/tests/src/FunctionalJavascript/TourLegacyTest.php Data Provider.
TourLegacyTest::testTourTipMarkup function core/modules/tour/tests/src/FunctionalJavascript/TourLegacyTest.php Confirms backwards compatible markup.
TourTest::$tips property core/modules/tour/tests/src/Functional/TourTest.php Tour tip attributes to be tested. Keyed by the path.
TourTest::findTip function core/modules/tour/tests/src/Functional/TourTest.php Find specific tips by their parameters in the list of tips.
TourTest::getTourTips function core/modules/tour/tests/src/Functional/TourTest.php Gets tour tips from the JavaScript drupalSettings variable.
TourTestBase::assertTourTips function core/modules/tour/tests/src/Functional/TourTestBase.php Asserts the presence of page elements for tour tips.
TourTestBasic::$tips property core/modules/tour/tests/src/Functional/TourTestBasic.php Tour tip attributes to be tested. Keyed by the path.
TourTestBasic::testTips function core/modules/tour/tests/src/Functional/TourTestBasic.php A simple tip test.
TourTipDeprecatedConfigModuleInstallTest class core/modules/tour/tests/src/Functional/Update/TourTipDeprecatedConfigModuleInstallTest.php Confirms that legacy tour tips are updated when module config is imported.
TourTipDeprecatedConfigModuleInstallTest.php file core/modules/tour/tests/src/Functional/Update/TourTipDeprecatedConfigModuleInstallTest.php
TourTipDeprecatedConfigModuleInstallTest::$defaultTheme property core/modules/tour/tests/src/Functional/Update/TourTipDeprecatedConfigModuleInstallTest.php
TourTipDeprecatedConfigModuleInstallTest::$modules property core/modules/tour/tests/src/Functional/Update/TourTipDeprecatedConfigModuleInstallTest.php
TourTipDeprecatedConfigModuleInstallTest::testModuleInstall function core/modules/tour/tests/src/Functional/Update/TourTipDeprecatedConfigModuleInstallTest.php Test ensuring that tour config is updated on config import.
TourTipDeprecatedConfigUpdateTest class core/modules/tour/tests/src/Functional/Update/TourTipDeprecatedConfigUpdateTest.php Confirms tour tip deprecated config is updated properly.

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