public function MessageSettingsForm::defaultKeys in Message 8
Holds the name of the keys we holds in the variable.
1 call to MessageSettingsForm::defaultKeys()
- MessageSettingsForm::submitForm in src/
Form/ MessageSettingsForm.php - Form submission handler.
File
- src/
Form/ MessageSettingsForm.php, line 49
Class
- MessageSettingsForm
- Configure file system settings for this site.
Namespace
Drupal\message\FormCode
public function defaultKeys() {
return [
'delete_on_entity_delete',
];
}