\Drupal calls should be avoided in classes, use dependency injection instead

Created on 11 May 2023, almost 2 years ago
Updated 13 June 2023, almost 2 years ago

Problem/Motivation

This error comes up in the file: SitemapStatusCommands.php.

Steps to reproduce

Run the phpcs command on the module.

Proposed resolution

Use dependency injection and containers.

Remaining tasks

User interface changes

API changes

Data model changes

📌 Task
Status

Needs review

Version

1.0

Component

Code

Created by

🇮🇳India sidharth_soman Bangalore

Live updates comments and jobs are added and updated live.
  • Coding standards

    It involves compliance with, or the content of coding standards. Requires broad community agreement.

Sign in to follow issues

Comments & Activities

  • Issue created by @sidharth_soman
  • 🇮🇳India sidharth_soman Bangalore

    I am working on this and will provide an MR.

  • @sidharth_soman opened merge request.
  • Issue was unassigned.
  • Status changed to Needs review almost 2 years ago
  • Status changed to Needs work almost 2 years ago
  • 🇵🇭Philippines kenyoOwen

    Hi sidharth_soman

    I applied your MR to the “Sitemap Status” module and confirmed that the phpcs issue mentioned is resolved in that file, but the error appears also in SettingsForm.php maybe fix it also.

    FILE: /Users/studenttrainees/Project10/drupalorg10/docroot/modules/contrib/sitemap_status/src/Form/SettingsForm.php
    ----------------------------------------------------------------------------------------------------------------------------------------------
    FOUND 2 ERRORS AND 7 WARNINGS AFFECTING 8 LINES
    ----------------------------------------------------------------------------------------------------------------------------------------------
    12 | WARNING | [ ] The class short comment should describe what the class does and not simply repeat the class name
    70 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
    168 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
    248 | WARNING | [x] There must be no blank line following an inline comment
    248 | WARNING | [ ] There must be no blank line following an inline comment
    252 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
    286 | ERROR | [ ] Missing parameter comment
    287 | ERROR | [ ] Missing parameter comment
    293 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
    ----------------------------------------------------------------------------------------------------------------------------------------------
    PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY

    Please see the screenshots attached.

    For your review.
    Thank you.

  • 🇮🇳India ashutosh ahirwal India

    Ashutosh Ahirwal made their first commit to this issue’s fork.

  • @ashutosh-ahirwal opened merge request.
  • Status changed to Needs review almost 2 years ago
  • 🇮🇳India ashutosh ahirwal India

    Created MR5 with phpcs issue fixes.

Production build 0.71.5 2024