Search for plugin

  1. Search 7.x for plugin
  2. Search 8.9.x for plugin
  3. Search 10.3.x for plugin
  4. Search 11.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.

All search results

Title Object type File name Summary
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::$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
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 object that returns the preconfigured plugin instance appropriate for a particular runtime condition.
PluginManagerBase::createInstance function core/lib/Drupal/Component/Plugin/PluginManagerBase.php
PluginManagerBase::getDefinition function core/lib/Drupal/Component/Plugin/PluginManagerBase.php
PluginManagerBase::getDefinitions function core/lib/Drupal/Component/Plugin/PluginManagerBase.php
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.
PluginManagerBase::getInstance function core/lib/Drupal/Component/Plugin/PluginManagerBase.php
PluginManagerBase::handlePluginNotFound function core/lib/Drupal/Component/Plugin/PluginManagerBase.php Allows plugin managers to specify custom behavior if a plugin is not found.
PluginManagerBaseTest class core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php @coversDefaultClass \Drupal\Component\Plugin\PluginManagerBase
@group Plugin
PluginManagerBaseTest.php file core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php
PluginManagerBaseTest::createInstanceCallback function core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php A callback method for mocking FactoryInterface objects.
PluginManagerBaseTest::getMockFactoryInterface function core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php Generates a mocked FactoryInterface object with known properties.
PluginManagerBaseTest::testCreateInstance function core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php Tests createInstance() with no fallback methods.
PluginManagerBaseTest::testCreateInstanceFallback function core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php Tests createInstance() with a fallback method.
PluginManagerBaseTest::testGetInstance function core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php @covers ::getInstance
PluginManagerBaseTest::testGetInstanceWithoutMapperShouldThrowException function core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php @covers ::getInstance
PluginManagerCacheClearer class core/modules/system/tests/modules/module_test/src/PluginManagerCacheClearer.php Helps test module uninstall.
PluginManagerCacheClearer.php file core/modules/system/tests/modules/module_test/src/PluginManagerCacheClearer.php
PluginManagerCacheClearer::$optionalService property core/modules/system/tests/modules/module_test/src/PluginManagerCacheClearer.php An optional service dependency.
PluginManagerCacheClearer::$state property core/modules/system/tests/modules/module_test/src/PluginManagerCacheClearer.php
PluginManagerCacheClearer::clearCachedDefinitions function core/modules/system/tests/modules/module_test/src/PluginManagerCacheClearer.php Tests call to CachedDiscoveryInterface::clearCachedDefinitions().
PluginManagerCacheClearer::__construct function core/modules/system/tests/modules/module_test/src/PluginManagerCacheClearer.php PluginManagerCacheClearer constructor.
PluginManagerDependentValidatorTrait trait core/modules/ckeditor5/src/Plugin/Validation/Constraint/PluginManagerDependentValidatorTrait.php Common functionality for many CKEditor 5 validation constraints.
PluginManagerDependentValidatorTrait.php file core/modules/ckeditor5/src/Plugin/Validation/Constraint/PluginManagerDependentValidatorTrait.php
PluginManagerDependentValidatorTrait::$pluginManager property core/modules/ckeditor5/src/Plugin/Validation/Constraint/PluginManagerDependentValidatorTrait.php The CKEditor 5 plugin manager.
PluginManagerDependentValidatorTrait::create function core/modules/ckeditor5/src/Plugin/Validation/Constraint/PluginManagerDependentValidatorTrait.php
PluginManagerDependentValidatorTrait::getEnableableDisabledPlugins function core/modules/ckeditor5/src/Plugin/Validation/Constraint/PluginManagerDependentValidatorTrait.php Gets all disabled CKEditor 5 plugin definitions the user can enable.
PluginManagerDependentValidatorTrait::getOtherEnabledPlugins function core/modules/ckeditor5/src/Plugin/Validation/Constraint/PluginManagerDependentValidatorTrait.php Gets all other enabled CKEditor 5 plugin definitions.
PluginManagerDependentValidatorTrait::__construct function core/modules/ckeditor5/src/Plugin/Validation/Constraint/PluginManagerDependentValidatorTrait.php Constructs a CKEditor5ConstraintValidatorTrait object.
PluginManagerInterface interface core/lib/Drupal/Component/Plugin/PluginManagerInterface.php Interface implemented by plugin managers.
PluginManagerInterface.php file core/lib/Drupal/Component/Plugin/PluginManagerInterface.php
PluginManagerPass class core/lib/Drupal/Core/Plugin/PluginManagerPass.php Registers plugin managers to the plugin.cache_clearer service.

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