os2forms/os2forms_webform_submission_log

OS2Forms 网络表单提交日志

1.1.0 2024-09-13 14:04 UTC

This package is auto-updated.

Last update: 2024-09-13 14:07:45 UTC


README

在网络表单提交时,对选定的日志消息发送通知邮件。

安装

composer require os2forms/os2forms_webform_submission_log
drush pm:enable os2forms_webform_submission_log

使用

前往网络表单设置 > 第三方设置 > OS2Forms > OS2Forms 网络表单提交日志

编码规范

docker run --rm --interactive --tty --volume ${PWD}:/app itkdev/php7.4-fpm:latest composer install
docker run --rm --interactive --tty --volume ${PWD}:/app itkdev/php7.4-fpm:latest composer coding-standards-check

docker run --rm --interactive --tty --volume ${PWD}:/app node:18 yarn --cwd /app install
docker run --rm --interactive --tty --volume ${PWD}:/app node:18 yarn --cwd /app coding-standards-check

代码分析

docker run --rm --interactive --tty --volume ${PWD}:/app itkdev/php7.4-fpm:latest composer install
docker run --rm --interactive --tty --volume ${PWD}:/app itkdev/php7.4-fpm:latest composer code-analysis