Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
webform_encrypt
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
webform_encrypt
Commits
40a690c4
Unverified
Commit
40a690c4
authored
5 years ago
by
Suzy Masri
Committed by
Vijay Mani
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3129298
by suzymasri, Manuel Garcia: Drupal 9 Readiness
parent
5ddd9146
Branches
8.x-1.x
Branches containing commit
Tags
1.0.0-beta1
8.x-1.0-beta1
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/WebformEncryptSubmissionStorage.php
+5
-5
5 additions, 5 deletions
src/WebformEncryptSubmissionStorage.php
webform_encrypt.info.yml
+1
-1
1 addition, 1 deletion
webform_encrypt.info.yml
with
6 additions
and
6 deletions
src/WebformEncryptSubmissionStorage.php
+
5
−
5
View file @
40a690c4
...
...
@@ -5,7 +5,7 @@ namespace Drupal\webform_encrypt;
use
Drupal\Core\Cache\CacheBackendInterface
;
use
Drupal\Core\Database\Connection
;
use
Drupal\Core\Entity\EntityInterface
;
use
Drupal\Core\Entity\EntityManagerInterface
;
use
Drupal\Core\Entity\Entity
Type
ManagerInterface
;
use
Drupal\Core\Entity\EntityTypeInterface
;
use
Drupal\Core\Language\LanguageManagerInterface
;
use
Drupal\Core\Session\AccountProxyInterface
;
...
...
@@ -37,8 +37,8 @@ class WebformEncryptSubmissionStorage extends WebformSubmissionStorage {
* The entity type definition.
* @param \Drupal\Core\Database\Connection $database
* The database connection to be used.
* @param \Drupal\Core\Entity\EntityManagerInterface $entity_manager
* The entity manager.
* @param \Drupal\Core\Entity\Entity
Type
ManagerInterface $entity_
type_
manager
* The entity
type
manager.
* @param \Drupal\Core\Cache\CacheBackendInterface $cache
* The cache backend to be used.
* @param \Drupal\Core\Language\LanguageManagerInterface $language_manager
...
...
@@ -50,8 +50,8 @@ class WebformEncryptSubmissionStorage extends WebformSubmissionStorage {
* @param \Drupal\encrypt\EncryptServiceInterface $encryptService
* The encryption Service.
*/
public
function
__construct
(
EntityTypeInterface
$entity_type
,
Connection
$database
,
EntityManagerInterface
$entity_manager
,
CacheBackendInterface
$cache
,
LanguageManagerInterface
$language_manager
,
AccountProxyInterface
$current_user
,
WebformAccessRulesManagerInterface
$access_rules_manager
,
EncryptServiceInterface
$encryptService
)
{
parent
::
__construct
(
$entity_type
,
$database
,
$entity_manager
,
$cache
,
$language_manager
,
$current_user
,
$access_rules_manager
);
public
function
__construct
(
EntityTypeInterface
$entity_type
,
Connection
$database
,
Entity
Type
ManagerInterface
$entity_
type_
manager
,
CacheBackendInterface
$cache
,
LanguageManagerInterface
$language_manager
,
AccountProxyInterface
$current_user
,
WebformAccessRulesManagerInterface
$access_rules_manager
,
EncryptServiceInterface
$encryptService
)
{
parent
::
__construct
(
$entity_type
,
$database
,
$entity_
type_
manager
,
$cache
,
$language_manager
,
$current_user
,
$access_rules_manager
);
$this
->
encryptionService
=
$encryptService
;
}
...
...
This diff is collapsed.
Click to expand it.
webform_encrypt.info.yml
+
1
−
1
View file @
40a690c4
...
...
@@ -2,7 +2,7 @@ name: 'Webform Encrypt'
type
:
module
description
:
'
Provides
encryption
for
webform
components.'
package
:
'
Webform'
core
:
8.x
core
_version_requirement
:
^8 || ^9
dependencies
:
-
webform:webform
-
encrypt:encrypt
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment