BytePlant Email Validation

Component type

module

Maintenance status

Development status

Downloads

312

Component created

Component changed

This module uses the Byteplant (https://www.email-validator.net/) service to verify if an email address entered into a form on your website really exists and can receive mails.

For each invalid email address you can show a detailed validation result with the exact status or a custom message.

CONFIGURATION

Go to admin/config/development/email-validation.

Request data conditions

Component type

module

Maintenance status

Development status

Downloads

100

Component created

Component changed

This module defines a set of conditions via the Drupal 8 Conditions Plugin API for use with the context module (and others). All conditions are based on the HTTP request data and are
as follows:

- Cookie
- HTTP header
- Query parameters (Ie.: ?param=something )
- Session data

The conditions will be available for use by modules such as Context:
https://www.drupal.org/project/context

Drupal Extra

Component type

module

Maintenance status

Development status

Downloads

106

Component created

Component changed

The module enhances the feature of other great contributes modules.
Current enhanced modules are:
- Computed Field, Computed Field Tools
- Field Query
- Views Summarize
- Visitors

The list will be continued.
Mostly are tiny fixes so I can't move it to separate single module.

Once an extra module's fixes is merged to official module, this extra module will be removed out. Please let me know your request if you're one of the author of the module.

Enforce Profile Field

Component type

module

Maintenance status

Development status

Downloads

215

Component created

Component changed

The Enforce Profile Field module implements a field which can be used to make sure users have filled in certain fields in their profile. If the user has not completed the fields, they will be redirected to a User Display tab on their profile where they can enter the information. When the form is submitted, they are returned to the original page.

Entity Reference Guards

Component type

module

Maintenance status

Development status

Downloads

334

Component created

Component changed

Entity Reference Guards help you safely protect or clean up your entity references, based on actions performed on either entity (the referee or referent). It is based on Django's ForeignKey's on_delete behavior.