Loading src/ParService.php +3 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ namespace Drupal\par; use Drupal\Core\Session\AccountInterface; use Drupal\Core\Entity\EntityTypeManagerInterface; use Drupal\Core\Database\Connection; use Drupal\Core\StringTranslation\StringTranslationTrait; use Symfony\Component\DependencyInjection\ContainerInterface; /** Loading @@ -12,6 +13,8 @@ use Symfony\Component\DependencyInjection\ContainerInterface; */ class ParService { use StringTranslationTrait; /** * Constants for access statuses marking. */ Loading Loading
src/ParService.php +3 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ namespace Drupal\par; use Drupal\Core\Session\AccountInterface; use Drupal\Core\Entity\EntityTypeManagerInterface; use Drupal\Core\Database\Connection; use Drupal\Core\StringTranslation\StringTranslationTrait; use Symfony\Component\DependencyInjection\ContainerInterface; /** Loading @@ -12,6 +13,8 @@ use Symfony\Component\DependencyInjection\ContainerInterface; */ class ParService { use StringTranslationTrait; /** * Constants for access statuses marking. */ Loading