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