Search for plugin

  1. Search 7.x for plugin
  2. Search 9.5.x for plugin
  3. Search 8.9.x for plugin
  4. Search 10.3.x for plugin
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Plugin class composer/Plugin/Scaffold/Plugin.php Composer plugin for handling drupal scaffold.
Plugin class core/lib/Drupal/Component/Annotation/Plugin.php Defines a Plugin annotation object.
Plugin class composer/Plugin/RecipeUnpack/Plugin.php Composer plugin for handling dependency unpacking.
Plugin class core/lib/Drupal/Component/Plugin/Attribute/Plugin.php Defines a Plugin attribute object.

All search results

Title Object type File name Summary
TestConfigurableContextAwarePlugin::setConfiguration function core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php Sets the configuration for this plugin instance.
TestConfigurableContextAwarePluginInterface interface core/tests/Drupal/Tests/Core/Plugin/ContextHandlerTest.php Test interface used for creating mock classes in tests.
TestConfigurablePlugin class core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php A configurable plugin implementation used for testing.
TestConfigurablePlugin.php file core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php
TestConfigurablePlugin::calculateDependencies function core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php Calculates dependencies for the configured plugin.
TestContextAwarePlugin class core/tests/Drupal/KernelTests/Core/Plugin/ContextHandlerTest.php Provides a test implementation of a context-aware plugin.
TestContextAwarePlugin class core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php Context aware plugin test class.
TestContextAwarePlugin::$setContextCalled property core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php Indicates if ::setContext() has been called or not.
TestContextAwarePlugin::setContext function core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php Set a context on this plugin.
TestContextAwarePluginDefinition class core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php A plugin definition test class.
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 The context handler.
TestFilteredPluginManager::$definitions property core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php An array of plugin definitions.
TestFilteredPluginManager::$moduleHandler property core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php The module handler.
TestFilteredPluginManager::$themeManager property core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php The theme manager.
TestFilteredPluginManager::contextHandler function core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php Wraps the context handler.
TestFilteredPluginManager::getDefinitions function core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php See \Drupal\Component\Plugin\Discovery\DiscoveryInterface::getDefinitions().
TestFilteredPluginManager::getType function core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php A string identifying the plugin type.
TestFilteredPluginManager::moduleHandler function core/tests/Drupal/Tests/Core/Plugin/FilteredPluginManagerTraitTest.php Wraps the module handler.
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 Stub class for testing PluginDependencyTrait.
TestPluginDependency::$moduleHandler property core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php The module handler.
TestPluginDependency::$themeHandler property core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php The theme handler.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.