TestPluginForm |
class |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
|
TestPluginForm::buildConfigurationForm |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
Form constructor. |
TestPluginForm::submitConfigurationForm |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
Form submission handler. |
TestPluginForm::validateConfigurationForm |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
Form validation handler. |
TestPluginManager |
class |
core/modules/system/tests/modules/plugin_test/src/Plugin/TestPluginManager.php |
Defines a plugin manager used by Plugin API unit tests. |
TestPluginManager |
class |
core/tests/Drupal/Tests/Core/Plugin/TestPluginManager.php |
A plugin manager for condition plugins. |
TestPluginManager.php |
file |
core/modules/system/tests/modules/plugin_test/src/Plugin/TestPluginManager.php |
|
TestPluginManager.php |
file |
core/tests/Drupal/Tests/Core/Plugin/TestPluginManager.php |
|
TestPluginManager::__construct |
function |
core/modules/system/tests/modules/plugin_test/src/Plugin/TestPluginManager.php |
|
TestPluginManager::__construct |
function |
core/tests/Drupal/Tests/Core/Plugin/TestPluginManager.php |
Constructs a TestPluginManager object. |
TestPluginManagerWithDefaults |
class |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
|
TestPluginManagerWithDefaults::$defaults |
property |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
A set of defaults to be referenced by $this->processDefinition(). |
TestPluginSettingsBase |
class |
core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php |
|
TestPluginSettingsBase::__construct |
function |
core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php |
|
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/Migrate/d6/TextFieldTest.php |
|
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::$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 |
Used for returning values by key. |
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 |
Returns label of the tip. |
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 |
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. |
TipPluginBase::__construct |
function |
core/modules/tour/src/TipPluginBase.php |
|
TipPluginBaseTest |
class |
core/modules/tour/tests/src/Unit/TipPluginBaseTest.php |
@coversDefaultClass \Drupal\tour\TipPluginBase |
TipPluginBaseTest.php |
file |
core/modules/tour/tests/src/Unit/TipPluginBaseTest.php |
|
TipPluginBaseTest::testGetLocationAssertion |
function |
core/modules/tour/tests/src/Unit/TipPluginBaseTest.php |
@covers ::getLocation |
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. |