Place Autocomplete

Component type

module

Categories

Maintenance status

Development status

Downloads

304

Component created

Component changed

Overview:
Google Place Autocomplete module is an add-on to field API which is providing the new field widget & field formetters.

Installation:
Download the module and extract it to the modules directory. Install it as any Drupal contributed module.

Usage:
Add Google autocomplete address suggession with inbuilt Drupal field API. for configuration, refer README.txt file.

Session Token

Component type

module

Maintenance status

Development status

Downloads

65

Component created

Component changed

This module allows you to retrieve data from the $_SESSION storage and use that
information inside any form which accepts tokens.

A good example can be the usage of a form which you want to populate with
data which has already been entered by the current (anonymous) user.

Another example is to populate a multistep form.

Developers can easily store and retrieve information from this storage using the
functions session_token_get($key) and session_token_set($key, $value).

ShieldSquare

Component type

module

Categories

Maintenance status

Development status

Downloads

53

Component created

Component changed

ShieldSquare

ShieldSquare plugin extensively helps online businesses built on Drupal platform to differentiate between human and non-human traffic (bots) on websites and mobile apps. ShieldSquare's real-time bot mitigation enables online businesses to prevent various kinds of automated attacks by effectively blocking bots with zero false positives. Click here to know about our bot mitigation solution.

Drupal Statistics

Component type

module

Maintenance status

Development status

Downloads

113

Component created

Component changed

Drupal Statistics

This module consist of two blocks:

1.Node Statistics block -
Place on node pages it will give you count of the number of
times that particular node is viewed by authenticated users.
If not node page it will return not a node page.

2.User Statistics block -
Place anywhere it will return following user information:
- Read history
- Number of nodes visited by the user
- Join date
- Days registered
- Last login time
- Days since last login

Guzzle REST Generator

Component type

module

Maintenance status

Development status

Downloads

462

Component created

Component changed

Module to easily perform real-time external REST requests and converted to Drupal REST endpoints from your app.

This helps in hiding your Access Key as the external url(ex: https://api.meetup.com/2/cities?&key=xxxxxxxxxxxxxxxxxx) is internally called from your app and not from the client browser.

The module creates a content type "Guzzle Drupal Endpoint" which is as shown in the figure and currently supports GET, PUT and POST calls only using Guzzle.

Scheduled Executable

Component type

module

Categories

Maintenance status

Development status

Downloads

392

Component created

Component changed

This module allows actions and other executable plugins to be scheduled for execution at a future time.

It uses a content entity type, scheduled_executable, to store the details of the plugin to execute.

Scheduled executables (SE) can be queried, inspected, and deleted prior to execution. Multiple scheduled items that are for the same execution time can be resolved at once, allowing priority logic to be applied.

Example: