Search for plugin
- Search 7.x for plugin
- Search 9.5.x for plugin
- Search 8.9.x for plugin
- Search 10.3.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. |
Plugin | class | core/ |
Defines a Plugin attribute object. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
PluginManagerBase::getDefinitions | function | core/ |
|
PluginManagerBase::getDiscovery | function | core/ |
Gets the plugin discovery. |
PluginManagerBase::getFactory | function | core/ |
Gets the plugin factory. |
PluginManagerBase::getFallbackPluginId | function | core/ |
Gets a fallback id for a missing plugin. |
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 |
PluginManagerCacheClearer | class | core/ |
Helps test module uninstall. |
PluginManagerCacheClearer.php | file | core/ |
|
PluginManagerCacheClearer::$optionalService | property | core/ |
An optional service dependency. |
PluginManagerCacheClearer::$state | property | core/ |
|
PluginManagerCacheClearer::clearCachedDefinitions | function | core/ |
Tests call to CachedDiscoveryInterface::clearCachedDefinitions(). |
PluginManagerCacheClearer::__construct | function | core/ |
PluginManagerCacheClearer constructor. |
PluginManagerDependentValidatorTrait | trait | core/ |
Common functionality for many CKEditor 5 validation constraints. |
PluginManagerDependentValidatorTrait.php | file | core/ |
|
PluginManagerDependentValidatorTrait::$pluginManager | property | core/ |
The CKEditor 5 plugin manager. |
PluginManagerDependentValidatorTrait::create | function | core/ |
|
PluginManagerDependentValidatorTrait::getEnableableDisabledPlugins | function | core/ |
Gets all disabled CKEditor 5 plugin definitions the user can enable. |
PluginManagerDependentValidatorTrait::getOtherEnabledPlugins | function | core/ |
Gets all other enabled CKEditor 5 plugin definitions. |
PluginManagerDependentValidatorTrait::__construct | function | core/ |
Constructs a CKEditor5ConstraintValidatorTrait object. |
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 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. |
Pagination
- Previous page
- Page 50
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.