- Issue created by @paraderojether
- last update
over 1 year ago 16 pass, 4 fail - @paraderojether opened merge request.
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 6:41am 5 May 2023 - 🇵🇭Philippines paraderojether
Created an MR to fix the issues reported by phpcs.
Please review.
Thank You. - Status changed to Needs work
over 1 year ago 6:47am 5 May 2023 - 🇮🇳India dineshkumarbollu
Hi
I reviewed MR!8 looks fine but mistakes while adding Dependency Injection
$list_builder = \Drupal::entityTypeManager()->getListBuilder('aws_profile');
$list_builder = $this->entityTypeManager->getListBuilder('aws_profile');changing The \Drupal: to $this is not correct dependency we need to define variable $entityTypeManager and constructor
- 🇮🇳India arpitk
@dineshkumarbollu I don't think need to define and call it again as class AwsController extending ControllerBase. So it can be called directly. $list_builder = $this->entityTypeManager->getListBuilder('aws_profile'); looks good to me.
- First commit to issue fork.
- last update
over 1 year ago 20 pass - Status changed to Needs review
over 1 year ago 8:55am 5 May 2023 - Status changed to Fixed
over 1 year ago 4:06pm 8 May 2023 Automatically closed - issue fixed for 2 weeks with no activity.