| TestConfigEntityWithPluginCollections::$pluginCollection |
property |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
|
| TestConfigEntityWithPluginCollections::$pluginManager |
property |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
|
| TestConfigEntityWithPluginCollections::getPluginCollections |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
|
| TestConfigEntityWithPluginCollections::setPluginManager |
function |
core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php |
|
| TestConfigurableContextAwarePluginInterface |
interface |
core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php |
|
| TestConfigurablePlugin |
class |
core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php |
|
| TestConfigurablePlugin.php |
file |
core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php |
|
| TestConfigurablePlugin::calculateDependencies |
function |
core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php |
|
| TestConfigurablePlugin::defaultConfiguration |
function |
core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php |
|
| TestConfigurablePlugin::getConfiguration |
function |
core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php |
|
| TestConfigurablePlugin::setConfiguration |
function |
core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php |
|
| TestContextAwarePlugin |
class |
core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginBaseTest.php |
|
| TestContextAwarePlugin |
class |
core/tests/Drupal/KernelTests/Core/Plugin/ContextHandlerTest.php |
Provides a test implementation of a context-aware plugin. |
| TestContextAwarePlugin::$setContextCalled |
property |
core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginBaseTest.php |
Indicates if ::setContext() has been called or not. |
| TestContextAwarePlugin::setContext |
function |
core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginBaseTest.php |
|
| TestFilteredPluginManager |
class |
core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php |
Class that allows testing the trait. |
| TestFilteredPluginManager::$contextHandler |
property |
core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php |
|
| TestFilteredPluginManager::$definitions |
property |
core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php |
|
| TestFilteredPluginManager::$moduleHandler |
property |
core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php |
|
| TestFilteredPluginManager::$themeManager |
property |
core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php |
|
| TestFilteredPluginManager::contextHandler |
function |
core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php |
|
| TestFilteredPluginManager::getDefinitions |
function |
core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php |
|
| TestFilteredPluginManager::getType |
function |
core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php |
|
| TestFilteredPluginManager::moduleHandler |
function |
core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php |
|
| TestFilteredPluginManager::themeManager |
function |
core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php |
|
| 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 |
|
| 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_topics/tests/modules/help_topics_test/src/Plugin/HelpTopic/TestHelpTopicPlugin.php |
A fake help topic plugin for testing. |
| TestHelpTopicPlugin.php |
file |
core/modules/help_topics/tests/modules/help_topics_test/src/Plugin/HelpTopic/TestHelpTopicPlugin.php |
|
| TestHelpTopicPlugin::getBody |
function |
core/modules/help_topics/tests/modules/help_topics_test/src/Plugin/HelpTopic/TestHelpTopicPlugin.php |
|
| TestHelpTopicPlugin::getCacheContexts |
function |
core/modules/help_topics/tests/modules/help_topics_test/src/Plugin/HelpTopic/TestHelpTopicPlugin.php |
|
| TestHelpTopicPlugin::getCacheMaxAge |
function |
core/modules/help_topics/tests/modules/help_topics_test/src/Plugin/HelpTopic/TestHelpTopicPlugin.php |
|
| TestHelpTopicPlugin::getCacheTags |
function |
core/modules/help_topics/tests/modules/help_topics_test/src/Plugin/HelpTopic/TestHelpTopicPlugin.php |
|
| 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 |
|
| TestLazyPluginCollection::initializePlugin |
function |
core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php |
|
| TestLazyPluginCollection::setConfiguration |
function |
core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php |
|
| 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. |