Search for plugin
- Search 7.x for plugin
- Search 8.9.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 |
---|---|---|---|
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 a 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. |
PluginSettingsBase::getThirdPartySettings | function | core/ |
Gets all third-party settings of a given module. |
PluginSettingsBase::mergeDefaults | function | core/ |
Merges default settings values into $settings. |
PluginSettingsBase::onDependencyRemoval | function | core/ |
Informs the plugin that some configuration it depends on will be deleted. |
PluginSettingsBase::setSetting | function | core/ |
Sets the value of a setting for the plugin. |
PluginSettingsBase::setSettings | function | core/ |
Sets the settings for the plugin. |
PluginSettingsBase::setThirdPartySetting | function | core/ |
Sets the value of a third-party setting. |
PluginSettingsBase::unsetThirdPartySetting | function | core/ |
Unsets a third-party setting. |
PluginSettingsBaseTest | class | core/ |
@coversDefaultClass \Drupal\Core\Field\PluginSettingsBase @group Field |
PluginSettingsBaseTest.php | file | core/ |
Contains \Drupal\Tests\Core\Field\PluginSettingsBaseTest. |
PluginSettingsBaseTest::testGetThirdPartySettings | function | core/ |
@covers ::getThirdPartySettings |
PluginSettingsInterface | interface | core/ |
Interface definition for plugin with settings. |
PluginSettingsInterface.php | file | core/ |
|
PluginSettingsInterface::defaultSettings | function | core/ |
Defines the default settings for this plugin. |
PluginSettingsInterface::getSetting | function | core/ |
Returns the value of a setting, or its default value if absent. |
PluginSettingsInterface::getSettings | function | core/ |
Returns the array of settings, including defaults for missing settings. |
PluginSettingsInterface::onDependencyRemoval | function | core/ |
Informs the plugin that some configuration it depends on will be deleted. |
PluginSettingsInterface::setSetting | function | core/ |
Sets the value of a setting for the plugin. |
PluginSettingsInterface::setSettings | function | core/ |
Sets the settings for the plugin. |
PluginStub | class | core/ |
|
PluginStub::$defaultProperty | property | core/ |
|
PluginTest | class | core/ |
@coversDefaultClass \Drupal\Component\Annotation\Plugin @group Annotation |
PluginTest.php | file | core/ |
|
PluginTest::testGet | function | core/ |
@covers ::__construct @covers ::parse @covers ::get |
PluginTest::testGetClass | function | core/ |
@covers ::getClass |
PluginTest::testGetId | function | core/ |
@covers ::getId |
PluginTest::testGetProvider | function | core/ |
@covers ::getProvider |
PluginTest::testSetClass | function | core/ |
@covers ::setClass |
PluginTest::testSetProvider | function | core/ |
@covers ::setProvider |
PluginTestBase | class | core/ |
Base class for Plugin API unit tests. |
PluginTestBase.php | file | core/ |
|
PluginTestBase::$defaultsTestPluginExpectedDefinitions | property | core/ |
|
PluginTestBase::$defaultsTestPluginManager | property | core/ |
|
PluginTestBase::$mockBlockExpectedDefinitions | property | core/ |
|
PluginTestBase::$mockBlockManager | property | core/ |
Pagination
- Previous page
- Page 48
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.