All namespaces should start with "\Drupal\languagewire_translation_provider"

Created on 9 August 2024, 8 months ago
Updated 19 September 2024, 7 months ago

Problem/Motivation

The module uses several namespaces that are not valid in the context of a Drupal module code. All namespaces must start with \Drupal\languagewire_translation_provider\

See https://www.drupal.org/docs/develop/coding-standards/namespaces#modules

Steps to reproduce

You can easily find all errors using this bash command:

grep namespace * -r | fgrep -v "Drupal\languagewire_translation_provider"

Currently, there are 83 worng namespaces, see attached report.

Proposed resolution

Update the namespaces.

📌 Task
Status

Fixed

Component

Code

Created by

🇪🇸Spain tunic Madrid

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

Comments & Activities

Production build 0.71.5 2024