This module provides a plugin type for preprocessing. The manager scans for implementations and executes the preprocessors when they meet the given `hook`
criteria. It is designed to make preprocessing more structural and more clearly for themers.

With this module you no longer have to write all your preprocessing in your THEME.theme or module file. You gain the possibility to focus preprocessing on specific elements without having to write so many conditional checks for one specific hook implementation to cover all cases.