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
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
TipPluginBase::getAttributes function core/modules/tour/src/TipPluginBase.php @todo remove in https://drupal.org/node/3195193
TipPluginBase::getLabel function core/modules/tour/src/TipPluginBase.php
TipPluginBase::getLocation function core/modules/tour/src/TipPluginBase.php Determines the placement of the tip relative to the element.
TipPluginBase::getOutput function core/modules/tour/src/TipPluginBase.php This method should not be used. It is deprecated from TipPluginInterface.
TipPluginBase::getSelector function core/modules/tour/src/TipPluginBase.php The selector the tour tip will attach to.
TipPluginBase::getWeight function core/modules/tour/src/TipPluginBase.php
TipPluginBase::id function core/modules/tour/src/TipPluginBase.php
TipPluginBase::set function core/modules/tour/src/TipPluginBase.php
TipPluginBase::__construct function core/modules/tour/src/TipPluginBase.php
TipPluginBaseTest class core/modules/tour/tests/src/Unit/TipPluginBaseTest.php @coversDefaultClass \Drupal\tour\TipPluginBase[[api-linebreak]]
TipPluginBaseTest.php file core/modules/tour/tests/src/Unit/TipPluginBaseTest.php
TipPluginBaseTest::testGetLocationAssertion function core/modules/tour/tests/src/Unit/TipPluginBaseTest.php @covers ::getLocation[[api-linebreak]]
TipPluginImage class core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImage.php Displays an image as a tip.
TipPluginImage.php file core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImage.php
TipPluginImage::$alt property core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImage.php The alt text which is used for the image in this Tip.
TipPluginImage::$token property core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImage.php Token service.
TipPluginImage::$url property core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImage.php The URL which is used for the image in this Tip.
TipPluginImage::create function core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImage.php
TipPluginImage::getBody function core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImage.php
TipPluginImage::__construct function core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImage.php Constructs a \Drupal\tour\Plugin\tour\tip\TipPluginText object.
TipPluginImageLegacy class core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImageLegacy.php Displays an image as a tip.
TipPluginImageLegacy.php file core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImageLegacy.php
TipPluginImageLegacy::$alt property core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImageLegacy.php The alt text which is used for the image in this Tip.
TipPluginImageLegacy::$token property core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImageLegacy.php Token service.
TipPluginImageLegacy::$url property core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImageLegacy.php The url which is used for the image in this Tip.
TipPluginImageLegacy::create function core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImageLegacy.php
TipPluginImageLegacy::getConfigurationOrNot function core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImageLegacy.php
TipPluginImageLegacy::getOutput function core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImageLegacy.php
TipPluginImageLegacy::__construct function core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImageLegacy.php Constructs a TipPluginImageLegacy object.
TipPluginInterface interface core/modules/tour/src/TipPluginInterface.php Defines an interface for tour items.
TipPluginInterface.php file core/modules/tour/src/TipPluginInterface.php
TipPluginInterface::get function core/modules/tour/src/TipPluginInterface.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::getLabel function core/modules/tour/src/TipPluginInterface.php Returns label of the tip.
TipPluginInterface::getOutput function core/modules/tour/src/TipPluginInterface.php Returns a renderable array.
TipPluginInterface::getWeight function core/modules/tour/src/TipPluginInterface.php Returns weight of the tip.
TipPluginInterface::id function core/modules/tour/src/TipPluginInterface.php Returns id of the tip.
TipPluginInterface::set function core/modules/tour/src/TipPluginInterface.php Used for returning values by key.
TipPluginManager class core/modules/tour/src/TipPluginManager.php Provides a plugin manager for tour items.
TipPluginManager.php file core/modules/tour/src/TipPluginManager.php
TipPluginManager::__construct function core/modules/tour/src/TipPluginManager.php Constructs a new TipPluginManager.
TipPluginText class core/modules/tour/src/Plugin/tour/tip/TipPluginText.php Displays some text as a tip.
TipPluginText.php file core/modules/tour/src/Plugin/tour/tip/TipPluginText.php
TipPluginText::$body property core/modules/tour/src/Plugin/tour/tip/TipPluginText.php The body text which is used for render of this Text Tip.
TipPluginText::$token property core/modules/tour/src/Plugin/tour/tip/TipPluginText.php Token service.
TipPluginText::create function core/modules/tour/src/Plugin/tour/tip/TipPluginText.php

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