You are here

constant CMS_CONTENT_SYNC_ENCRYPTION_PROFILE_NAME in CMS Content Sync 8

Same name and namespace in other branches
  1. 2.1.x cms_content_sync.module \CMS_CONTENT_SYNC_ENCRYPTION_PROFILE_NAME
  2. 2.0.x cms_content_sync.module \CMS_CONTENT_SYNC_ENCRYPTION_PROFILE_NAME
2 uses of CMS_CONTENT_SYNC_ENCRYPTION_PROFILE_NAME
AuthenticationByUser::getLoginData in src/Controller/AuthenticationByUser.php
@returns array
cms_content_sync_encrypt_values in ./cms_content_sync.module
Encrypt the provided values. This is used to securely store the authentication password necessary for Sync Core to make changes.

File

./cms_content_sync.module, line 46
Module file for cms_content_sync.

Code

define('CMS_CONTENT_SYNC_ENCRYPTION_PROFILE_NAME', 'cms_content_sync');