Skip to content

Updated the files as per Drupal coding standards

Updates:


  1. made changes as per drupal standards for all the files in domain module.
  2. replace the \drupal::__ with dependency injections.
  3. replace the t() with $this->t() as needed for drupal coding standards.

Merge request reports