-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Configurable plugins should be part of the basic offering of Plugins. In Drupal 8 we did this via arrays for configuration, but this means that the plugin was in charge of things like validating configuration, serializing itself for storage, etc, etc.
We should write this such that a given plugin expects a given configuration object (which extends a common interface). This configuration object should be capable of validating its values and serializing its values.
Metadata
Metadata
Assignees
Labels
No labels