- Issue created by @phenaproxima
- π¬π§United Kingdom alexpott πͺπΊπ
Well I think we should move all the active checks out of \Drupal\Core\Recipe\Recipe::parse() and into a validate method. This should make constructing recipe objects light enough for a general Recipe discovery mechanism and make things easier.
Ie⦠the calls to
validateExtensionIsAvailable validateConfigActions
Should go into a
validate()
method. And the code inConfigConfigurator::construct
should also move into a validate function.