registerForAutoconfiguration(GenericDocForAccompanyingPeriodProviderInterface::class) ->addTag('chill_doc_store.generic_doc_accompanying_period_provider'); $container->registerForAutoconfiguration(GenericDocForPersonProviderInterface::class) ->addTag('chill_doc_store.generic_doc_person_provider'); $container->registerForAutoconfiguration(GenericDocRendererInterface::class) ->addTag('chill_doc_store.generic_doc_renderer'); $container->registerForAutoconfiguration(GenericDocNormalizerInterface::class) ->addTag('chill_doc_store.generic_doc_metadata_normalizer'); $container->addCompilerPass(new StorageConfigurationCompilerPass()); } }