- Issue created by @sidharth_soman
- Assigned to sidharth_soman
- @sidharth_soman opened merge request.
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 11:08am 12 May 2023 - Status changed to RTBC
over 1 year ago 1:58pm 14 May 2023
Phpcs gives this error - \Drupal calls should be avoided in classes, use dependency injection instead for the files - SpalpExampleConfigAlterSubscriber.php, SpalpExampleConfigLocationAlterSubscriber.php, ExampleBlock.php, JsonConfigFormWidget.php.
Run the phpcs command on the module.
Inject the services using symfony container.
2.0
Code