Dieter Holvoet
Dieter Holvoet
This package is not yet explicitly tested with PHP 8.0
Hi, Could you make it possible to somehow load new instances dynamically, instead of only on page load? For example, by exposing a function that accepts an element.
Cannot pass instances of ProvidesSolution to SolutionProviderRepository::registerSolutionProviders
According to the `SolutionProviderRepository` contract, it should be possible to pass instances or class strings to `registerSolutionProviders`, but only class strings are supported by the contract implementation.
We're working on a Drupal module implementing this package. Due to Symfony version requirements it will only be available for the upcoming Drupal 10 version. For now there's no release...
**Is your feature request related to a problem? Please describe.** Validating a Drupal config against its schema. **Describe the solution you'd like** The pretty much abandoned Drupal Console project has...
**Is your feature request related to a problem? Please describe.** Releasing the cron system lock to run cron again. **Describe the solution you'd like** The pretty much abandoned Drupal Console...
`DocParser::PlainValue` always returns the result of `DocParser::Annotation`, even if it returns false because of an invalid/ignored annotation. `DocParser::Annotations` on the contrary checks the return value and returns early if it's...