Skip to content
Snippets Groups Projects

Issue #3230398 Reinstate the plugin system.

5 files
+ 293
38
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -10,6 +10,9 @@ use Drupal\Component\Annotation\Plugin;
@@ -10,6 +10,9 @@ use Drupal\Component\Annotation\Plugin;
* @see \Drupal\config_normalizer\Plugin\ConfigNormalizerManager
* @see \Drupal\config_normalizer\Plugin\ConfigNormalizerManager
* @see plugin_api
* @see plugin_api
*
*
 
* @deprecated in config_normalizer:2.0.0-alpha1 and is removed from config_normalizer:2.0.0. No replacement.
 
* @see https://www.drupal.org/project/config_normalizer/issues/3230398
 
*
* @Annotation
* @Annotation
*/
*/
class ConfigNormalizer extends Plugin {
class ConfigNormalizer extends Plugin {
Loading