Module Description
The Plugin module complements Drupal core's plugin system in several ways. Its main aim is to make it easy to expose your custom plugin types to the world, and to let code work with any plugin of any plugin type generically. To facilitate that, and other features, it provides the following:


* Plugin type discovery through modules' *.plugin_type.yml files. See the handbook for documentation on these files.
* Extensive support for classed plugin definitions (objects), on top of core's \Drupal\Component\Plugin\Definition\PluginDefinitionInterface.
* Plugin selectors allow users to select plugins of a particular type and configure them using the plugins' configuration forms. Using these reduces your form handling code from several hundreds of lines to ~5 lines of code. Some plugin forms do not correctly save their configuration. See #2536646: [meta] PluginFormInterface implementations assume they are top-level.
* Filtered plugin manager decorators to easily filter/limit the plugins a manager can provide. These work with any existing plugin manager, and can be injected into other code easily.
* A plugin field type that allows instances of any known plugin type to be stored on content entities. Plugin selectors are available as widgets. Basic generic formatters are available.
* Overviews of known plugin types and plugins at Administer > Structure > Plugins.
* Plugin configuration schemas. This allows saved plugin configuration to be translated, for instance. Their unified naming schemas allow for easy reusability. See the handbook for documentation on the format.

This project is also an incubator for improvements to Drupal core's plugin system that can be merged into Drupal core in future minor versions.

Integration The following projects use Plugin and/or expose their plugin types through Plugin:


* Drupal core (through Plugin itself)
* Address
* Currency
* Facets
* Payment
* Search API

This module requires PHP 7 and Drupal 8.7.

Project Usage
2306
Creation Date
Changed Date
Security Covered
Covered By Security Advisory
Version Available
Production
Module Summary
The Plugin module aims to complement Drupal core's plugin system by making it easy to expose custom plugin types and work with any plugin of any plugin type generically.
Data Name
plugin

OPENAI CHATBOT

OPENAI CHATBOT

16:19:51
Generic Chatbot
Hi, I'm a Drupal module expert powered by OpenAI, answering your questions about the Drupal module ecosystem. How can I be helpful today? Please note that we will log your question.