Amazon Simple Notification Service

Component type

module

Categories

Maintenance status

Development status

Downloads

1963

Component created

Component changed

This module allows a Drupal site to respond to Amazon SNS notifications. For example, perhaps some upstream system is processing a long job and the Drupal site needs to update entity data when it's done. Instead of being forced to poll with queues and use a background Drush command, SNS can instead push a notification to Drupal. Each SNS message triggers a

Entityform Revisions

Component type

module

Categories

Maintenance status

Development status

Downloads

126

Component created

Component changed

It provides revisions for entityform submissions.
Revisions overview

- Operations allowed:
* user can view specific revision
* user can revert to a specific revision
* user can delete revisions
* user can create revision and make it default
* user can update a revision without making it default
* user can add a log message for each revision
Entity form submission with revision fieldset

There're custom permissions for handling revisions.

User access fix

Component type

module

Maintenance status

Development status

Component created

Component changed

We think this module will resolve user access issue and might be alternative to hook_node_access for users.

After installing this module you will have new permissions as listed below:
- View own user page.
- Edit own user page.
- Access restore user password.
- And 4 permissions for each role (view | create | edit | delete).

Also you will be able to implement hook_user_access_fix_access to alter access.

Now this module is still under heavy development and will be released soon.

Extra CSS and JS

Component type

module

Maintenance status

Development status

Downloads

214

Component created

Component changed

Extra CSS JS
--------------
This module provides functionality to add extra css and js to the site. In Multiple deployment environment if you want to execute any js or css directly on site then you should use this module because it does not require to deploy any kind of file.

The saved CSS and JS will remain untill and unless you removed it from module configuration.

Yotpo API Integration

Component type

module

Maintenance status

Development status

Downloads

164

Component created

Component changed

Yotpo API Integration provides basic integration with Yotpo's API via the yotpo-php library.

There is no need to install this module unless you are instructed to do so by another module.

Note to Developers: If you develop a module that depends on this module, please let us know so we can include it on this page.

Modal Configuration

Component type

module

Maintenance status

Development status

Downloads

341

Component created

Component changed

Introduction

Drupal module allows to configure the links in operation drop down to open in modal.

Drupal 8 core provides a way to open any link to open in a modal across the site. However it's used in very few places in core. Some of the core components like views have their own modal setup.

Install

Download and install using drush/composer/drupal.org as usual.