Search for plugin
- Search 7.x for plugin
- Search 9.5.x for plugin
- Search 10.3.x for plugin
- Search 11.x for plugin
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Plugin | class | composer/ |
Composer plugin for handling drupal scaffold. |
Plugin | class | core/ |
Defines a Plugin annotation object. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
PluginInstanceTest::testPluginData | function | core/ |
Confirms that there is plugin data for all views plugin types. |
PluginInstanceTest::testPluginInstances | function | core/ |
Tests creating instances of every views plugin. |
PluginInterface | interface | core/ |
|
PluginInterface.php | file | core/ |
|
PluginKernelTestBase | class | core/ |
Base test class for views plugin unit tests. |
PluginKernelTestBase | class | core/ |
Base test class for views plugin unit tests. |
PluginKernelTestBase.php | file | core/ |
|
PluginKernelTestBase.php | file | core/ |
|
PluginManager | class | core/ |
|
PluginManager.php | file | core/ |
|
PluginManager::__construct | function | core/ |
PluginManager constructor. |
PluginManagerBase | class | core/ |
Base class for plugin managers. |
PluginManagerBase.php | file | core/ |
|
PluginManagerBase::$discovery | property | core/ |
The object that discovers plugins managed by this manager. |
PluginManagerBase::$factory | property | core/ |
The object that instantiates plugins managed by this manager. |
PluginManagerBase::$mapper | property | core/ |
The object that returns the preconfigured plugin instance appropriate for a particular runtime condition. |
PluginManagerBase::createInstance | function | core/ |
|
PluginManagerBase::getDefinition | function | core/ |
|
PluginManagerBase::getDefinitions | function | core/ |
|
PluginManagerBase::getDiscovery | function | core/ |
Gets the plugin discovery. |
PluginManagerBase::getFactory | function | core/ |
Gets the plugin factory. |
PluginManagerBase::getInstance | function | core/ |
|
PluginManagerBase::handlePluginNotFound | function | core/ |
Allows plugin managers to specify custom behavior if a plugin is not found. |
PluginManagerBaseTest | class | core/ |
@coversDefaultClass \Drupal\Component\Plugin\PluginManagerBase @group Plugin |
PluginManagerBaseTest.php | file | core/ |
|
PluginManagerBaseTest::createInstanceCallback | function | core/ |
A callback method for mocking FactoryInterface objects. |
PluginManagerBaseTest::getMockFactoryInterface | function | core/ |
Generates a mocked FactoryInterface object with known properties. |
PluginManagerBaseTest::testCreateInstance | function | core/ |
Tests createInstance() with no fallback methods. |
PluginManagerBaseTest::testCreateInstanceFallback | function | core/ |
Tests createInstance() with a fallback method. |
PluginManagerBaseTest::testGetInstance | function | core/ |
@covers ::getInstance |
PluginManagerBaseTest::testGetInstanceWithoutMapperShouldThrowException | function | core/ |
@covers ::getInstance |
PluginManagerInterface | interface | core/ |
Interface implemented by plugin managers. |
PluginManagerInterface.php | file | core/ |
|
PluginManagerPass | class | core/ |
Registers plugin managers to the plugin.cache_clearer service. |
PluginManagerPass.php | file | core/ |
|
PluginManagerPass::process | function | core/ |
|
PluginNotFoundException | class | core/ |
Plugin exception class to be thrown when a plugin ID could not be found. |
PluginNotFoundException.php | file | core/ |
|
PluginNotFoundException::__construct | function | core/ |
Construct an PluginNotFoundException exception. |
PluginSettingsBase | class | core/ |
Base class for the Field API plugins. |
PluginSettingsBase.php | file | core/ |
|
PluginSettingsBase::$defaultSettingsMerged | property | core/ |
Whether default settings have been merged into the current $settings. |
PluginSettingsBase::$settings | property | core/ |
The plugin settings. |
PluginSettingsBase::$thirdPartySettings | property | core/ |
The plugin settings injected by third party modules. |
PluginSettingsBase::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
PluginSettingsBase::defaultSettings | function | core/ |
Defines the default settings for this plugin. |
PluginSettingsBase::getSetting | function | core/ |
Returns the value of a setting, or its default value if absent. |
PluginSettingsBase::getSettings | function | core/ |
Returns the array of settings, including defaults for missing settings. |
PluginSettingsBase::getThirdPartyProviders | function | core/ |
Gets the list of third parties that store information. |
PluginSettingsBase::getThirdPartySetting | function | core/ |
Gets the value of a third-party setting. |
Pagination
- Previous page
- Page 43
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.