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 core/lib/Drupal/Component/Plugin/Attribute/Plugin.php Defines a Plugin attribute object.

All search results

Title Object type File name Summary
DefaultPluginManager::getCacheTags function core/lib/Drupal/Core/Plugin/DefaultPluginManager.php The cache tags associated with this object.
DefaultPluginManager::getDefinitions function core/lib/Drupal/Core/Plugin/DefaultPluginManager.php Gets the definition of all plugins for this type.
DefaultPluginManager::getDiscovery function core/lib/Drupal/Core/Plugin/DefaultPluginManager.php Gets the plugin discovery.
DefaultPluginManager::getFactory function core/lib/Drupal/Core/Plugin/DefaultPluginManager.php Gets the plugin factory.
DefaultPluginManager::processDefinition function core/lib/Drupal/Core/Plugin/DefaultPluginManager.php Performs extra processing on plugin definitions.
DefaultPluginManager::providerExists function core/lib/Drupal/Core/Plugin/DefaultPluginManager.php Determines if the provider of a definition exists.
DefaultPluginManager::setCacheBackend function core/lib/Drupal/Core/Plugin/DefaultPluginManager.php Initialize the cache backend.
DefaultPluginManager::setCachedDefinitions function core/lib/Drupal/Core/Plugin/DefaultPluginManager.php Sets a cache of plugin definitions for the decorated discovery class.
DefaultPluginManager::useCaches function core/lib/Drupal/Core/Plugin/DefaultPluginManager.php Disable the use of caches.
DefaultPluginManager::__construct function core/lib/Drupal/Core/Plugin/DefaultPluginManager.php Constructs a new \Drupal\Core\Plugin\DefaultPluginManager object.
DefaultPluginManagerTest class core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the DefaultPluginManager.
DefaultPluginManagerTest class core/tests/Drupal/KernelTests/Core/Plugin/DefaultPluginManagerTest.php Tests the default plugin manager.
DefaultPluginManagerTest.php file core/tests/Drupal/KernelTests/Core/Plugin/DefaultPluginManagerTest.php
DefaultPluginManagerTest.php file core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php
DefaultPluginManagerTest::$expectedDefinitions property core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php The expected plugin definitions.
DefaultPluginManagerTest::$modules property core/tests/Drupal/KernelTests/Core/Plugin/DefaultPluginManagerTest.php Modules to install.
DefaultPluginManagerTest::$namespaces property core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php The namespaces to look for plugin definitions.
DefaultPluginManagerTest::providerTestProcessDefinition function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php
DefaultPluginManagerTest::setUp function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php
DefaultPluginManagerTest::testCacheClearWithTags function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager cache clear with tags.
DefaultPluginManagerTest::testCreateInstanceWithInvalidInterfaces function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests plugins without the proper interface.
DefaultPluginManagerTest::testCreateInstanceWithJustValidInterfaces function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests plugins with the proper interface.
DefaultPluginManagerTest::testDefaultPluginManager function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager with no cache and altering.
DefaultPluginManagerTest::testDefaultPluginManager function core/tests/Drupal/KernelTests/Core/Plugin/DefaultPluginManagerTest.php Tests annotations and attributes on the default plugin manager.
DefaultPluginManagerTest::testDefaultPluginManagerNoCache function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager with caching disabled.
DefaultPluginManagerTest::testDefaultPluginManagerWithAlter function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager with no cache and altering.
DefaultPluginManagerTest::testDefaultPluginManagerWithDisabledModule function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager with a disabled module.
DefaultPluginManagerTest::testDefaultPluginManagerWithEmptyCache function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager with caching and altering.
DefaultPluginManagerTest::testDefaultPluginManagerWithFilledCache function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager with caching and altering.
DefaultPluginManagerTest::testDefaultPluginManagerWithObjects function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager and object plugin definitions.
DefaultPluginManagerTest::testDefaultPluginManagerWithPluginExtendingNonInstalledClass function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager with a plugin that extends a non-installed class.
DefaultPluginManagerTest::testGetCacheContexts function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php @covers ::getCacheContexts
DefaultPluginManagerTest::testGetCacheMaxAge function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php @covers ::getCacheMaxAge
DefaultPluginManagerTest::testGetCacheTags function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php @covers ::getCacheTags
DefaultPluginManagerTest::testGetDefinitionPluginNotFoundException function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests the plugin manager behavior for a missing plugin ID.
DefaultPluginManagerTest::testGetDefinitionsWithoutRequiredInterface function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php Tests plugins without a required interface.
DefaultPluginManagerTest::testProcessDefinition function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php @covers ::processDefinition
@dataProvider providerTestProcessDefinition
DefaultPluginManagerTest::testProviderExists function core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php @covers ::findDefinitions
@covers ::extractProviderFromDefinition
DefaultSingleLazyPluginCollection class core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php Provides a default plugin collection for a plugin type.
DefaultSingleLazyPluginCollection.php file core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php
DefaultSingleLazyPluginCollection::$configuration property core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php An array of configuration to instantiate the plugin with.
DefaultSingleLazyPluginCollection::$instanceId property core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php The instance ID used for this plugin collection.
DefaultSingleLazyPluginCollection::$manager property core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php The manager used to instantiate the plugins.
DefaultSingleLazyPluginCollection::addInstanceId function core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php Adds an instance ID to the available instance IDs.
DefaultSingleLazyPluginCollection::getConfiguration function core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php Gets the current configuration of all plugins in this collection.
DefaultSingleLazyPluginCollection::initializePlugin function core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php Initializes and stores a plugin.
DefaultSingleLazyPluginCollection::setConfiguration function core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php Sets the configuration for all plugins in this collection.
DefaultSingleLazyPluginCollection::__construct function core/lib/Drupal/Core/Plugin/DefaultSingleLazyPluginCollection.php Constructs a new DefaultSingleLazyPluginCollection object.
DefaultSingleLazyPluginCollectionTest class core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php @coversDefaultClass \Drupal\Core\Plugin\DefaultSingleLazyPluginCollection
@group Plugin
DefaultSingleLazyPluginCollectionTest.php file core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php

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