Loading src/ServiceAuditFilesNotInDatabase.php +3 −3 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ use Drupal\Core\Database\Connection; use Drupal\Core\StreamWrapper\StreamWrapperManager; use Drupal\Core\Datetime\DateFormatter; use Drupal\Core\File\FileSystemInterface; use Drupal\Core\Session\AccountProxy; use Drupal\Core\Session\AccountProxyInterface; use Drupal\Core\ProxyClass\File\MimeType\MimeTypeGuesser; use Drupal\Component\Datetime\TimeInterface; use Drupal\Component\Uuid\UuidInterface; Loading Loading @@ -61,7 +61,7 @@ class ServiceAuditFilesNotInDatabase { /** * Current user. * * @var \Drupal\Core\Session\AccountProxy * @var \Drupal\Core\Session\AccountProxyInterface */ protected $currentUser; Loading Loading @@ -103,7 +103,7 @@ class ServiceAuditFilesNotInDatabase { /** * Define constructor for string translation. */ public function __construct(TranslationInterface $translation, ConfigFactoryInterface $config_factory, Connection $connection, StreamWrapperManager $stream_wrapper_manager, FileSystemInterface $file_system, AccountProxy $current_user, MimeTypeGuesser $file_mime_type_guesser, TimeInterface $time, UuidInterface $uuid, DateFormatter $date_formatter, EntityTypeManagerInterface $entity_type_manager) { public function __construct(TranslationInterface $translation, ConfigFactoryInterface $config_factory, Connection $connection, StreamWrapperManager $stream_wrapper_manager, FileSystemInterface $file_system, AccountProxyInterface $current_user, MimeTypeGuesser $file_mime_type_guesser, TimeInterface $time, UuidInterface $uuid, DateFormatter $date_formatter, EntityTypeManagerInterface $entity_type_manager) { $this->stringTranslation = $translation; $this->configFactory = $config_factory; $this->connection = $connection; Loading Loading
src/ServiceAuditFilesNotInDatabase.php +3 −3 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ use Drupal\Core\Database\Connection; use Drupal\Core\StreamWrapper\StreamWrapperManager; use Drupal\Core\Datetime\DateFormatter; use Drupal\Core\File\FileSystemInterface; use Drupal\Core\Session\AccountProxy; use Drupal\Core\Session\AccountProxyInterface; use Drupal\Core\ProxyClass\File\MimeType\MimeTypeGuesser; use Drupal\Component\Datetime\TimeInterface; use Drupal\Component\Uuid\UuidInterface; Loading Loading @@ -61,7 +61,7 @@ class ServiceAuditFilesNotInDatabase { /** * Current user. * * @var \Drupal\Core\Session\AccountProxy * @var \Drupal\Core\Session\AccountProxyInterface */ protected $currentUser; Loading Loading @@ -103,7 +103,7 @@ class ServiceAuditFilesNotInDatabase { /** * Define constructor for string translation. */ public function __construct(TranslationInterface $translation, ConfigFactoryInterface $config_factory, Connection $connection, StreamWrapperManager $stream_wrapper_manager, FileSystemInterface $file_system, AccountProxy $current_user, MimeTypeGuesser $file_mime_type_guesser, TimeInterface $time, UuidInterface $uuid, DateFormatter $date_formatter, EntityTypeManagerInterface $entity_type_manager) { public function __construct(TranslationInterface $translation, ConfigFactoryInterface $config_factory, Connection $connection, StreamWrapperManager $stream_wrapper_manager, FileSystemInterface $file_system, AccountProxyInterface $current_user, MimeTypeGuesser $file_mime_type_guesser, TimeInterface $time, UuidInterface $uuid, DateFormatter $date_formatter, EntityTypeManagerInterface $entity_type_manager) { $this->stringTranslation = $translation; $this->configFactory = $config_factory; $this->connection = $connection; Loading