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 |
Creates an instance of the plugin. |
TipPluginText::getBody |
function |
core/modules/tour/src/Plugin/tour/tip/TipPluginText.php |
Returns the body content of the tooltip. |
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 |
Creates an instance of the plugin. |
TipPluginTextLegacy::getAriaId |
function |
core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginTextLegacy.php |
Returns an ID that is guaranteed uniqueness. |
TipPluginTextLegacy::getBody |
function |
core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginTextLegacy.php |
Returns body of the text tip. |
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 |
The key within the plugin configuration that contains the plugin ID. |
TipsPluginCollection::get |
function |
core/modules/tour/src/TipsPluginCollection.php |
|
TitleBlockPluginInterface |
interface |
core/lib/Drupal/Core/Block/TitleBlockPluginInterface.php |
The interface for "title" blocks. |
TitleBlockPluginInterface.php |
file |
core/lib/Drupal/Core/Block/TitleBlockPluginInterface.php |
|
TitleBlockPluginInterface::setTitle |
function |
core/lib/Drupal/Core/Block/TitleBlockPluginInterface.php |
Sets the title. |
TokenizeAreaPluginBase |
class |
core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php |
Tokenized base class for area handlers. |
TokenizeAreaPluginBase.php |
file |
core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php |
|
TokenizeAreaPluginBase::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php |
Provide a form to edit options for this plugin. |
TokenizeAreaPluginBase::defineOptions |
function |
core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php |
Information about options for all kinds of purposes will be held here. |
TokenizeAreaPluginBase::tokenForm |
function |
core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php |
Adds tokenization form elements. |
TokenizeAreaPluginBase::tokenizeValue |
function |
core/modules/views/src/Plugin/views/area/TokenizeAreaPluginBase.php |
Replaces value with special views tokens and global tokens. |
ToolbarItemConditionsMetConstraint::$multipleMissingRequiredPluginMessage |
property |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemConditionsMetConstraint.php |
The violation message when >1 required plugin is missing. |
ToolbarItemConditionsMetConstraint::$singleMissingRequiredPluginMessage |
property |
core/modules/ckeditor5/src/Plugin/Validation/Constraint/ToolbarItemConditionsMetConstraint.php |
The violation message when 1 required plugin is missing. |
ToolkitTest::$imageEffectPluginManager |
property |
core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php |
The image effect plugin manager service. |
TourPluginTest |
class |
core/modules/tour/tests/src/Kernel/TourPluginTest.php |
Tests the functionality of tour plugins. |
TourPluginTest.php |
file |
core/modules/tour/tests/src/Kernel/TourPluginTest.php |
|
TourPluginTest::$modules |
property |
core/modules/tour/tests/src/Kernel/TourPluginTest.php |
Modules to enable. |
TourPluginTest::$pluginManager |
property |
core/modules/tour/tests/src/Kernel/TourPluginTest.php |
Stores the tour plugin manager. |
TourPluginTest::setUp |
function |
core/modules/tour/tests/src/Kernel/TourPluginTest.php |
|
TourPluginTest::testTourPlugins |
function |
core/modules/tour/tests/src/Kernel/TourPluginTest.php |
Tests tour plugins. |
TourTipLegacyTest::testPluginHelperDeprecation |
function |
core/modules/tour/tests/src/Kernel/TourTipLegacyTest.php |
|
TourTipPluginInterface |
interface |
core/modules/tour/src/TourTipPluginInterface.php |
Defines an interface for tour items. |
TourTipPluginInterface.php |
file |
core/modules/tour/src/TourTipPluginInterface.php |
|
TransitionInterface::PLUGIN_FORM_KEY |
constant |
core/modules/workflows/src/TransitionInterface.php |
The key of the transition plugin form. |
TypedData::getPluginDefinition |
function |
core/lib/Drupal/Core/TypedData/TypedData.php |
Gets the definition of the plugin implementation. |
TypedData::getPluginId |
function |
core/lib/Drupal/Core/TypedData/TypedData.php |
Gets the plugin ID of the plugin instance. |
UninstallKernelTest::testUninstallPluginCacheClear |
function |
core/modules/system/tests/src/Kernel/Installer/UninstallKernelTest.php |
Tests uninstalling a module with a plugin cache clearer service. |
user_views_plugins_argument_validator_alter |
function |
core/modules/user/user.views.inc |
Implements hook_views_plugins_argument_validator_alter(). |
VendorHardeningPlugin |
class |
composer/Plugin/VendorHardening/VendorHardeningPlugin.php |
A Composer plugin to clean out your project's vendor directory. |
VendorHardeningPlugin.php |
file |
composer/Plugin/VendorHardening/VendorHardeningPlugin.php |
|
VendorHardeningPlugin::$composer |
property |
composer/Plugin/VendorHardening/VendorHardeningPlugin.php |
Composer object. |
VendorHardeningPlugin::$config |
property |
composer/Plugin/VendorHardening/VendorHardeningPlugin.php |
Configuration. |
VendorHardeningPlugin::$io |
property |
composer/Plugin/VendorHardening/VendorHardeningPlugin.php |
IO object. |
VendorHardeningPlugin::$packagesAlreadyCleaned |
property |
composer/Plugin/VendorHardening/VendorHardeningPlugin.php |
List of projects already cleaned. |