Datetime Range Timezone

Component type

module

Maintenance status

Development status

Downloads

129

Component created

Component changed

Adds a new field type based on the DateRangeItem in core which allows you to select the timezone when entering the date. This is useful for specifying dates where the timezone is provided by the content admin and doesn't align with the site timezone or can't always be displayed in the same timezone using the existing formatter options.

Migrate RecipeML

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Migrate RecipeML is a Drupal 8 module that provides plugins for the Migrate module. It will allow you to import recipes from a RecipeML XML file into the nodes provided by the contrib module Recipe. The module also provides a form that will allow you to upload the file and run the import process through the admin UI. The import form is available at /admin/content/import-recipeml.

Regrettably, this module has a few problems which prevent me from wanting to release it on Drupal.org or making it a submodule of Recipe.

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).

Tin Can API Package Player

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides a "TinCan package" entity type. Tin Can API compatible packages such as those produced by Articulate Storyline, Articulate Studio, and Adobe Captivate can be played in the Tin Can Package entity view.

Can connect to the Drupal native Tin Can Learning Record Store, or Learning Locker

Entityreference Field Injection

Component type

module

Maintenance status

Development status

Downloads

22

Component created

Component changed

This module extends Entity Reference and allows to display fields from the referenced entity on the host entity.
It allows to configure the display per field instance and view mode.

Vast parts of the code were borrowed from the Commerce Product Reference module which is part of the Drupal Commerce

Redirect Nodes

Component type

module

Maintenance status

Development status

Downloads

449

Component created

Component changed

Redirect Nodes provides a node content type specifically designed for only using as a menu item.

Why not just use core's menu module?

Cores menu module works well for most use cases, however it does not have many integration with access control modules, which makes restricting access to edit, manage and view menu items. Redirect nodes allow menu items to be added that get managed the same way other site content is, which means that all node access modules can be applied to this module.

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.