Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
W
webform_encrypt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
webform_encrypt
Commits
40a690c4
Unverified
Commit
40a690c4
authored
May 05, 2020
by
suzymasri
Committed by
vijaycs85
May 05, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#3129298
by suzymasri, Manuel Garcia: Drupal 9 Readiness
parent
5ddd9146
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
src/WebformEncryptSubmissionStorage.php
src/WebformEncryptSubmissionStorage.php
+5
-5
webform_encrypt.info.yml
webform_encrypt.info.yml
+1
-1
No files found.
src/WebformEncryptSubmissionStorage.php
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\Entity
ManagerInterface $entity
_manager
* The entity manager.
* @param \Drupal\Core\Entity\Entity
TypeManagerInterface $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
,
Entity
ManagerInterface
$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
TypeManagerInterface
$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
;
}
...
...
webform_encrypt.info.yml
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment