Drupal configuration for Bay hosting platform integrations.
Develop and validate this module on the host. It requires PHP 8.3, Composer,
and the PHP extensions declared in composer.json: gd, igbinary, redis,
pdo_mysql, zip, and zlib.
Install the module dependencies and the pinned development tools:
composer install --prefer-dist --no-progress --no-interaction
composer --working-dir=tools install --prefer-dist --no-progress --no-interactionRun the same Composer validation and dependency installation performed by CI:
composer validate
composer install --prefer-dist --no-progress --no-interactionRun coding-standard checks with:
tools/vendor/bin/phpcs --standard=phpcs.xml.dist- Ensures dependencies required for the Bay hosting platform are installed.
- Allows configuring the default
Reply-Toemail address viaSMTP_REPLYTOenvironment variable. - Adds validation to webform email handler form, restricting configuration emails configured in SMTP_WHITELIST envvar.
This module handles patching of the Redis module with a few key features
- Adds support for RedisCluster client.
- Uses the current RedisCluster upstream patch.
- Preserves the configured TLS context during RedisCluster node discovery.