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
PluginFormFactoryTest::testCreateInstanceUsingPluginWithSlashes function core/tests/Drupal/Tests/Core/Plugin/PluginFormFactoryTest.php @covers ::createInstance[[api-linebreak]]
PluginFormInterface interface core/lib/Drupal/Core/Plugin/PluginFormInterface.php Provides an interface for an embeddable plugin form.
PluginFormInterface.php file core/lib/Drupal/Core/Plugin/PluginFormInterface.php
PluginFormInterface::buildConfigurationForm function core/lib/Drupal/Core/Plugin/PluginFormInterface.php Form constructor.
PluginFormInterface::submitConfigurationForm function core/lib/Drupal/Core/Plugin/PluginFormInterface.php Form submission handler.
PluginFormInterface::validateConfigurationForm function core/lib/Drupal/Core/Plugin/PluginFormInterface.php Form validation handler.
PluginID class core/lib/Drupal/Component/Annotation/PluginID.php Defines a Plugin annotation object that just contains an ID.
PluginID class core/lib/Drupal/Component/Plugin/Attribute/PluginID.php Defines a Plugin attribute object that just contains an ID.
PluginID.php file core/lib/Drupal/Component/Plugin/Attribute/PluginID.php
PluginID.php file core/lib/Drupal/Component/Annotation/PluginID.php
PluginID::$value property core/lib/Drupal/Component/Annotation/PluginID.php The plugin ID.
PluginID::get function core/lib/Drupal/Component/Annotation/PluginID.php Gets the value of an annotation.
PluginID::get function core/lib/Drupal/Component/Plugin/Attribute/PluginID.php Gets the value of an attribute.
PluginID::getId function core/lib/Drupal/Component/Annotation/PluginID.php Gets the unique ID for this annotated class.
PluginIdTest class core/tests/Drupal/Tests/Component/Annotation/PluginIdTest.php Tests Drupal\Component\Annotation\PluginID.
PluginIdTest class core/tests/Drupal/Tests/Component/Plugin/Attribute/PluginIdTest.php Tests Drupal\Component\Plugin\Attribute\PluginID.
PluginIdTest.php file core/tests/Drupal/Tests/Component/Plugin/Attribute/PluginIdTest.php
PluginIdTest.php file core/tests/Drupal/Tests/Component/Annotation/PluginIdTest.php
PluginIdTest::testGet function core/tests/Drupal/Tests/Component/Annotation/PluginIdTest.php @legacy-covers ::get
PluginIdTest::testGet function core/tests/Drupal/Tests/Component/Plugin/Attribute/PluginIdTest.php @legacy-covers ::get
PluginIdTest::testGetId function core/tests/Drupal/Tests/Component/Annotation/PluginIdTest.php @legacy-covers ::getId
PluginInspectionInterface interface core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php Plugin interface for providing some metadata inspection.
PluginInspectionInterface.php file core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php
PluginInspectionInterface::getPluginDefinition function core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php Gets the definition of the plugin implementation.
PluginInspectionInterface::getPluginId function core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php Gets the plugin ID of the plugin instance.
PluginInstanceTest class core/modules/views/tests/src/Kernel/PluginInstanceTest.php Tests that an instance of all views plugins can be created.
PluginInstanceTest.php file core/modules/views/tests/src/Kernel/PluginInstanceTest.php
PluginInstanceTest::$definitions property core/modules/views/tests/src/Kernel/PluginInstanceTest.php An array of plugin definitions, keyed by plugin type.
PluginInstanceTest::$deprecatedPlugins property core/modules/views/tests/src/Kernel/PluginInstanceTest.php List of deprecated plugin classes.
PluginInstanceTest::$modules property core/modules/views/tests/src/Kernel/PluginInstanceTest.php Modules to install.
PluginInstanceTest::$pluginTypes property core/modules/views/tests/src/Kernel/PluginInstanceTest.php All views plugin types.
PluginInstanceTest::assertPluginInstances function core/modules/views/tests/src/Kernel/PluginInstanceTest.php Asserts that instances of every views plugin can be created.
PluginInstanceTest::setUp function core/modules/views/tests/src/Kernel/PluginInstanceTest.php
PluginInstanceTest::testPluginData function core/modules/views/tests/src/Kernel/PluginInstanceTest.php Confirms that there is plugin data for all views plugin types.
PluginInstanceTest::testPluginInstances function core/modules/views/tests/src/Kernel/PluginInstanceTest.php Tests creating instances of every views plugin.
PluginKernelTestBase class core/modules/views/tests/src/Kernel/Plugin/PluginKernelTestBase.php Base test class for views plugin unit tests.
PluginKernelTestBase.php file core/modules/views/tests/src/Kernel/Plugin/PluginKernelTestBase.php
PluginManager class core/modules/system/tests/modules/lazy_route_provider_install_test/src/PluginManager.php Plugin manager for testing the lazy route provider during module install.
PluginManager.php file core/modules/system/tests/modules/lazy_route_provider_install_test/src/PluginManager.php
PluginManager::__construct function core/modules/system/tests/modules/lazy_route_provider_install_test/src/PluginManager.php PluginManager constructor.
PluginManagerBase class core/lib/Drupal/Component/Plugin/PluginManagerBase.php Base class for plugin managers.
PluginManagerBase.php file core/lib/Drupal/Component/Plugin/PluginManagerBase.php
PluginManagerBase::$discovery property core/lib/Drupal/Component/Plugin/PluginManagerBase.php The object that discovers plugins managed by this manager.
PluginManagerBase::$factory property core/lib/Drupal/Component/Plugin/PluginManagerBase.php The object that instantiates plugins managed by this manager.
PluginManagerBase::$mapper property core/lib/Drupal/Component/Plugin/PluginManagerBase.php The preconfigured plugin instance for a particular runtime condition.
PluginManagerBase::createInstance function core/lib/Drupal/Component/Plugin/PluginManagerBase.php Creates a plugin instance based on the provided ID and configuration.
PluginManagerBase::getDefinition function core/lib/Drupal/Component/Plugin/PluginManagerBase.php Gets a specific plugin definition.
PluginManagerBase::getDefinitions function core/lib/Drupal/Component/Plugin/PluginManagerBase.php Gets the definition of all plugins for this type.
PluginManagerBase::getDiscovery function core/lib/Drupal/Component/Plugin/PluginManagerBase.php Gets the plugin discovery.
PluginManagerBase::getFactory function core/lib/Drupal/Component/Plugin/PluginManagerBase.php Gets the plugin factory.

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