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

Created on 11 March 2024, about 1 year ago
Updated 3 April 2024, about 1 year ago

Problem/Motivation

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

📌 Task
Status

Fixed

Version

2.0

Component

Code

Created by

🇮🇳India maithri shetty

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

  • Issue created by @maithri shetty
  • Issue was unassigned.
  • Status changed to Needs review about 1 year ago
  • First commit to issue fork.
  • Status changed to RTBC about 1 year ago
  • 🇮🇳India mitthukumawat

    I have reviewed this issue. The phpcs coding standards stand fixed now. There are few additional warnings also fixed in this.

    phpcs --standard=DrupalPractice  --extensions=php,module,inc,install gin_login/
    
    FILE: /home/inno/Projects/D10/modules/contrib/gin_login/gin_login.module
    ------------------------------------------------------------------------
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    ------------------------------------------------------------------------
     197 | WARNING | Unused variable $darkmode.
    ------------------------------------------------------------------------
    
    FILE: /home/inno/Projects/D10/modules/contrib/gin_login/src/Form/GinLoginConfigurationForm.php
    ------------------------------------------------------------------------------------------------------------------------------------------
    FOUND 0 ERRORS AND 6 WARNINGS AFFECTING 6 LINES
    ------------------------------------------------------------------------------------------------------------------------------------------
      66 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
     102 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
     118 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
     172 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
     228 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
     247 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
    ------------------------------------------------------------------------------------------------------------------------------------------

    These all has been fixed.

  • Pipeline finished with Failed
    about 1 year ago
    Total: 397s
    #119164
  • Status changed to Needs work about 1 year ago
  • Status changed to Fixed about 1 year ago
  • 🇨🇭Switzerland saschaeggi Zurich

    I've fixed the phpcs errors and merged this. Thanks!

  • Automatically closed - issue fixed for 2 weeks with no activity.

Production build 0.71.5 2024