- Issue created by @joachim
- First commit to issue fork.
- Merge request !12939Issue #3539956: ModuleInstaller::install() should catch and rethrow exceptions... → (Open) created by neerajsingh
ModuleInstaller::install() calls installDefaultConfig() to install a module's default config.
If that goes wrong during a test, you get an exception like this:
> Drupal\Core\Config\Schema\SchemaIncompleteException: Schema errors for block_content.type.es_test with the following errors: block_content.type.es_test:revision variable type is integer but applied schema class is Drupal\Core\TypedData\Plugin\DataType\BooleanData
It would be useful if this were caught and re-thrown to add the information of which module has the problem config.
Active
11.0 🔥
extension system
It would make a good project for someone who is new to the Drupal contribution process. It's preferred over Newbie.
Enhances developer experience.