Search for plugins
- Search 7.x for plugins
- Search 9.5.x for plugins
- Search 8.9.x for plugins
- Search 11.x for plugins
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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[[api-linebreak]] @group Field |
PluginSettingsBaseTest.php | file | core/ |
|
PluginSettingsBaseTest::testGetThirdPartySettings | function | core/ |
@covers ::getThirdPartySettings[[api-linebreak]] |
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 | class | core/ |
|
PluginStub::$defaultProperty | property | core/ |
|
SmartDefaultSettings::addDefaultSettingsForEnabledConfigurablePlugins | function | core/ |
Adds default settings for all enabled CKEditor 5 plugins. |
SmartDefaultSettings::computeSubsetSettingForEnabledPluginsWithSubsets | function | core/ |
Computes configuration for all enabled CKEditor 5 plugins with subsets. |
SourceEditingRedundantTagsConstraint::$availablePluginsMessage | property | core/ |
When a Source Editing element is added that a disabled plugin supports. |
SourceEditingRedundantTagsConstraint::$enabledPluginsMessage | property | core/ |
When a Source Editing element is added that an enabled plugin supports. |
SourceEditingRedundantTagsConstraint::$enabledPluginsOptionalMessage | property | core/ |
When a Source Editing element is added that an enabled plugin optionally supports. |
SourceEditingRedundantTagsConstraintValidator::pluginsSupplyingTagsMessage | function | core/ |
Creates a message listing plugins and the overlapping tags they provide. |
TestPluginSettingsBase | class | core/ |
|
TestPluginSettingsBase::__construct | function | core/ |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
TourPluginTest::testTourPlugins | function | core/ |
Tests tour plugins. |
user_views_plugins_argument_validator_alter | function | core/ |
Implements hook_views_plugins_argument_validator_alter(). |
Views access plugins | group | core/ |
Plugins to handle access checking for views. |
Views area handler plugins | group | core/ |
Plugins governing areas of views, such as header, footer, and empty text. |
Views argument default plugins | group | core/ |
Plugins for argument defaults in Views. |
Views argument validate plugins | group | core/ |
Plugins for validating views contextual filters. |
Views cache plugins | group | core/ |
Plugins to handle Views caches. |
Views display extender plugins | group | core/ |
Plugins that offer additional display options across display types. |
Views display plugins | group | core/ |
Plugins to handle the overall display of views. |
Views exposed form plugins | group | core/ |
Plugins that handle validation, submission, and rendering of exposed forms. |
Views field handler plugins | group | core/ |
Handler plugins for Views fields. |
Views filter handler plugins | group | core/ |
Plugins that handle views filtering. |
Views join handler plugins | group | core/ |
Handler plugins for Views table joins. |
Views pager plugins | group | core/ |
Plugins to handle paging in views. |
Views plugins | group | core/ |
Overview of views plugins |
Views query plugins | group | core/ |
Plugins for views queries. |
Views row plugins | group | core/ |
Plugins that control how Views outputs an individual record. |
Views sort handler plugins | group | core/ |
Plugins that handle sorting for Views. |
Views style plugins | group | core/ |
Plugins that control how the collection of results is rendered in a view. |
Views wizard plugins | group | core/ |
Plugins for Views wizards. |
Views::$plugins | property | core/ |
A list of all available views plugin types. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.