TestFilteredPluginManager::themeManager |
function |
core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php |
Wraps the theme manager. |
TestFilteredPluginManager::__construct |
function |
core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php |
|
TestHelperPlugin |
class |
core/modules/views/src/Tests/TestHelperPlugin.php |
Wraps the plugin base class to be able to instantiate it. |
TestHelperPlugin.php |
file |
core/modules/views/src/Tests/TestHelperPlugin.php |
|
TestHelperPlugin::$definedOptions |
property |
core/modules/views/src/Tests/TestHelperPlugin.php |
Stores the defined options. |
TestHelperPlugin::defineOptions |
function |
core/modules/views/src/Tests/TestHelperPlugin.php |
Information about options for all kinds of purposes will be held here. |
TestHelperPlugin::setDefinedOptions |
function |
core/modules/views/src/Tests/TestHelperPlugin.php |
Allows to set the defined options. |
TestHelperPlugin::testSetOptionDefaults |
function |
core/modules/views/src/Tests/TestHelperPlugin.php |
Calls the protected method setOptionDefaults(). |
TestHelpTopicPlugin |
class |
core/modules/help/tests/modules/help_topics_test/src/Plugin/HelpTopic/TestHelpTopicPlugin.php |
A fake help topic plugin for testing. |
TestHelpTopicPlugin.php |
file |
core/modules/help/tests/modules/help_topics_test/src/Plugin/HelpTopic/TestHelpTopicPlugin.php |
|
TestHelpTopicPlugin::getBody |
function |
core/modules/help/tests/modules/help_topics_test/src/Plugin/HelpTopic/TestHelpTopicPlugin.php |
Returns the body of the topic. |
TestHelpTopicPlugin::getCacheContexts |
function |
core/modules/help/tests/modules/help_topics_test/src/Plugin/HelpTopic/TestHelpTopicPlugin.php |
The cache contexts associated with this object. |
TestHelpTopicPlugin::getCacheMaxAge |
function |
core/modules/help/tests/modules/help_topics_test/src/Plugin/HelpTopic/TestHelpTopicPlugin.php |
The maximum age for which this object may be cached. |
TestHelpTopicPlugin::getCacheTags |
function |
core/modules/help/tests/modules/help_topics_test/src/Plugin/HelpTopic/TestHelpTopicPlugin.php |
The cache tags associated with this object. |
TestLazyPluginCollection |
class |
core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php |
Defines a plugin collection which uses fruit plugins. |
TestLazyPluginCollection.php |
file |
core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php |
|
TestLazyPluginCollection::$manager |
property |
core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php |
Stores the plugin manager used by this collection. |
TestLazyPluginCollection::getConfiguration |
function |
core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php |
Gets the current configuration of all plugins in this collection. |
TestLazyPluginCollection::initializePlugin |
function |
core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php |
Initializes and stores a plugin. |
TestLazyPluginCollection::setConfiguration |
function |
core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php |
Sets the configuration for all plugins in this collection. |
TestLazyPluginCollection::__construct |
function |
core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php |
Constructs a TestLazyPluginCollection object. |
TestMigration::setDestinationPlugin |
function |
core/modules/migrate/tests/src/Unit/MigrationTest.php |
Sets the destination Plugin. |
TestMigration::setMigrationPluginManager |
function |
core/modules/migrate/tests/src/Unit/MigrationTest.php |
Sets the plugin manager service. |
TestMigration::setPluginId |
function |
core/modules/migrate/tests/src/Unit/MigrationTest.php |
Sets the migration ID (machine name). |
TestMigration::setSourcePlugin |
function |
core/modules/migrate/tests/src/Unit/MigrationTest.php |
Sets the source Plugin. |
TestPluginBase |
class |
core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php |
Helper class for using the PluginBase abstract class. |
TestPluginBase::viewsTokenReplace |
function |
core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php |
Replaces Views' tokens in a given string. |
TestPluginBase::__construct |
function |
core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php |
Constructs a PluginBase object. |
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 |
Wraps the module handler. |
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 |
Wraps the theme handler. |
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 |
Constructs a \Drupal\Component\Plugin\PluginBase object. |