constant LIVECHAT_CONFIGURATION_NAME in LiveChat 8
Same name and namespace in other branches
- 8.2 livechat.module \LIVECHAT_CONFIGURATION_NAME
LiveChat configuration name.
5 uses of LIVECHAT_CONFIGURATION_NAME
- LiveChatLicenseForm::buildForm in src/
Form/ LiveChatLicenseForm.php - Form constructor.
- LiveChatLicenseForm::getEditableConfigNames in src/
Form/ LiveChatLicenseForm.php - Gets the configuration names that will be editable.
- LiveChatSettingsForm::buildForm in src/
Form/ LiveChatSettingsForm.php - Form constructor.
- LiveChatSettingsForm::getEditableConfigNames in src/
Form/ LiveChatSettingsForm.php - Gets the configuration names that will be editable.
- livechat_configs in ./
livechat.module - LiveChat configurations.
File
- ./
livechat.module, line 13 - LiveChat module.
Code
const LIVECHAT_CONFIGURATION_NAME = 'livechat.configuration';