| TestPluginBase::viewsTokenReplace |
function |
core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php |
|
| TestPluginBase::__construct |
function |
core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php |
|
| TestPluginDefinition |
class |
core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginBaseTest.php |
|
| TestPluginDependency |
class |
core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php |
|
| TestPluginDependency::$moduleHandler |
property |
core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php |
|
| TestPluginDependency::$themeHandler |
property |
core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php |
|
| TestPluginDependency::getDependencies |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php |
|
| TestPluginDependency::moduleHandler |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php |
|
| TestPluginDependency::setModuleHandler |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php |
|
| TestPluginDependency::setThemeHandler |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php |
|
| TestPluginDependency::themeHandler |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php |
|
| TestPluginForm |
class |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
|
| TestPluginForm::buildConfigurationForm |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
|
| TestPluginForm::submitConfigurationForm |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
|
| TestPluginForm::validateConfigurationForm |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
|
| TestPluginManager |
class |
core/tests/Drupal/Tests/Core/Plugin/TestPluginManager.php |
A plugin manager for condition plugins. |
| TestPluginManager |
class |
core/modules/system/tests/modules/plugin_test/src/Plugin/TestPluginManager.php |
Defines a plugin manager used by Plugin API unit tests. |
| 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/tests/Drupal/Tests/Core/Plugin/TestPluginManager.php |
Constructs a TestPluginManager object. |
| TestPluginManager::__construct |
function |
core/modules/system/tests/modules/plugin_test/src/Plugin/TestPluginManager.php |
|
| TestPluginManagerWithDefaults |
class |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
|
| TestPluginManagerWithDefaults::$defaults |
property |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
|
| TestPluginSettingsBase |
class |
core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php |
|
| TestPluginSettingsBase::__construct |
function |
core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php |
|
| TextCckTest::$plugin |
property |
core/modules/text/tests/src/Unit/Migrate/TextCckTest.php |
|
| TextCckTest::$plugin |
property |
core/modules/text/tests/src/Unit/Plugin/migrate/cckfield/TextCckTest.php |
|
| 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 |
|
| TipPluginBase::getAttributes |
function |
core/modules/tour/src/TipPluginBase.php |
|
| TipPluginBase::getLabel |
function |
core/modules/tour/src/TipPluginBase.php |
|
| 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 |
|
| 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::$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::getOutput |
function |
core/modules/tour/tests/tour_test/src/Plugin/tour/tip/TipPluginImage.php |
|
| 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. |