Search for ip
- Search 7.x for ip
- Search 8.9.x for ip
- Search 10.3.x for ip
- Search 11.x for ip
- Search main for ip
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| TipPluginBase::$attributes | property | core/ |
The attributes that will be applied to the markup of this tip. |
| TipPluginBase::$label | property | core/ |
The label which is used for render of this tip. |
| TipPluginBase::$weight | property | core/ |
Allows tips to take more priority that others. |
| TipPluginBase::get | function | core/ |
|
| TipPluginBase::getAttributes | function | core/ |
@todo remove in https://drupal.org/node/3195193 |
| TipPluginBase::getLabel | function | core/ |
|
| TipPluginBase::getLocation | function | core/ |
Determines the placement of the tip relative to the element. |
| TipPluginBase::getOutput | function | core/ |
This method should not be used. It is deprecated from TipPluginInterface. |
| TipPluginBase::getSelector | function | core/ |
The selector the tour tip will attach to. |
| TipPluginBase::getWeight | function | core/ |
|
| TipPluginBase::id | function | core/ |
|
| TipPluginBase::set | function | core/ |
|
| TipPluginBase::__construct | function | core/ |
|
| TipPluginBaseTest | class | core/ |
@coversDefaultClass \Drupal\tour\TipPluginBase[[api-linebreak]] |
| TipPluginBaseTest.php | file | core/ |
|
| TipPluginBaseTest::testGetLocationAssertion | function | core/ |
@covers ::getLocation[[api-linebreak]] |
| TipPluginImage | class | core/ |
Displays an image as a tip. |
| TipPluginImage.php | file | core/ |
|
| TipPluginImage::$alt | property | core/ |
The alt text which is used for the image in this Tip. |
| TipPluginImage::$token | property | core/ |
Token service. |
| TipPluginImage::$url | property | core/ |
The URL which is used for the image in this Tip. |
| TipPluginImage::create | function | core/ |
|
| TipPluginImage::getBody | function | core/ |
|
| TipPluginImage::__construct | function | core/ |
Constructs a \Drupal\tour\Plugin\tour\tip\TipPluginText object. |
| TipPluginImageLegacy | class | core/ |
Displays an image as a tip. |
| TipPluginImageLegacy.php | file | core/ |
|
| TipPluginImageLegacy::$alt | property | core/ |
The alt text which is used for the image in this Tip. |
| TipPluginImageLegacy::$token | property | core/ |
Token service. |
| TipPluginImageLegacy::$url | property | core/ |
The url which is used for the image in this Tip. |
| TipPluginImageLegacy::create | function | core/ |
|
| TipPluginImageLegacy::getConfigurationOrNot | function | core/ |
|
| TipPluginImageLegacy::getOutput | function | core/ |
|
| TipPluginImageLegacy::__construct | function | core/ |
Constructs a TipPluginImageLegacy object. |
| TipPluginInterface | interface | core/ |
Defines an interface for tour items. |
| TipPluginInterface.php | file | core/ |
|
| TipPluginInterface::get | function | core/ |
Used for returning values by key. |
| TipPluginInterface::getAttributes | function | core/ |
Returns an array of attributes for the tip wrapper. |
| TipPluginInterface::getLabel | function | core/ |
Returns label of the tip. |
| TipPluginInterface::getOutput | function | core/ |
Returns a renderable array. |
| TipPluginInterface::getWeight | function | core/ |
Returns weight of the tip. |
| TipPluginInterface::id | function | core/ |
Returns id of the tip. |
| TipPluginInterface::set | function | core/ |
Used for returning values by key. |
| TipPluginManager | class | core/ |
Provides a plugin manager for tour items. |
| TipPluginManager.php | file | core/ |
|
| TipPluginManager::__construct | function | core/ |
Constructs a new TipPluginManager. |
| TipPluginText | class | core/ |
Displays some text as a tip. |
| TipPluginText.php | file | core/ |
|
| TipPluginText::$body | property | core/ |
The body text which is used for render of this Text Tip. |
| TipPluginText::$token | property | core/ |
Token service. |
| TipPluginText::create | function | core/ |
Pagination
- Previous page
- Page 33
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.