TestSqlIdMap::getMigrationPluginManager |
function |
core/modules/migrate/tests/src/Unit/TestSqlIdMap.php |
Returns the migration plugin manager. |
TextFieldTest::$plugin |
property |
core/modules/text/tests/src/Unit/Plugin/migrate/field/d6/TextFieldTest.php |
|
TextFieldTest::$plugin |
property |
core/modules/text/tests/src/Unit/Plugin/migrate/field/d7/TextFieldTest.php |
|
TipPluginBase |
class |
core/modules/tour/src/TipPluginBase.php |
Defines a base tour item implementation. |
TipPluginBase.php |
file |
core/modules/tour/src/TipPluginBase.php |
|
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::getBody |
function |
core/modules/tour/src/TipPluginBase.php |
Returns the body content of the tooltip. |
TipPluginBase::getLabel |
function |
core/modules/tour/src/TipPluginBase.php |
Returns label of the tip. |
TipPluginBase::getLocation |
function |
core/modules/tour/src/TipPluginBase.php |
Returns the configured placement of the tip relative to the element. |
TipPluginBase::getSelector |
function |
core/modules/tour/src/TipPluginBase.php |
Returns the selector the tour tip will attach to. |
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. |
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 |
Creates an instance of the plugin. |
TipPluginImage::getBody |
function |
core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImage.php |
Returns the body content of the tooltip. |
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 |
Creates an instance of the plugin. |
TipPluginImageLegacy::getConfigurationOrNot |
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::getBody |
function |
core/modules/tour/src/TipPluginInterface.php |
Returns the body content of the tooltip. |
TipPluginInterface::getLabel |
function |
core/modules/tour/src/TipPluginInterface.php |
Returns label of the tip. |
TipPluginInterface::getLocation |
function |
core/modules/tour/src/TipPluginInterface.php |
Returns the configured placement of the tip relative to the element. |
TipPluginInterface::getSelector |
function |
core/modules/tour/src/TipPluginInterface.php |
Returns the selector the tour tip will attach to. |
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. |