Drupal Helpers
Component type
Maintenance status
Development status
Component created
Component changed
Some helpers for Drupal.
Some helpers for Drupal.
The UUID Relation module enables you to featurize relations through the use of UUID's. Currently this module only provides support for relations with taxonomy term endpoints. Support for other endpoint entities is work in progress. This module could have become a part of UUID features, but because of the additional difficulties that come with the relations endpoints I thought it would be best to provide a standalone module until a stable version is released.
Ipsum is a helper module for generating dummy filler text.
At the moment it defines a new ipsum provider plugin manager service that allows for pluggable ipsum provider classes, making it really easy to alter the existing implementations and also add new ones.
Headroom.js is a lightweight, high-performance JS widget that allows you to react to the user's scroll.
Fixed headers are a popular approach for keeping the primary navigation in close proximity to the user. This can reduce the effort required for a user to quickly navigate a site, but they are not without problems.
JSerror module provides easy way for logging an tracking JavaScript errors.
Tracking JavaScript errors can be painful. JS code that works on your browser might not necessarily work on every users browsers. This module records error as an when the appear on any browser and sends the data back to the server.
JSerror sends a small JavaScript snippet to the browser before any other JavaScript file, which collects all the errors and sends the data back to the server, where the errors are logged in the database.
Although most of the configurations are done automatically, the oauth2 clients that will use this login provider have to be registered. This is done on admin/structure/oauth2-servers/manage/oauth2/clients. Either modify the Client Secret and Redirect URI of the existing Test client, or register new clients.
Clients can access the user profile with:
This is a small module that provides a way for you to add a View (block) to a node-page. Imagine a news overview page. Normally a View page would be used to create something like this. But what if you want your content-editors to change the title, url, content text of that page? You do not want give them access to editing the whole view!
This is an API module - if you're not a developer this is probably not for you.
This module provides an OOP API for building multi-page forms. It's partially based on the ctools multi-form plugin.
This is the base CodIt module that contains all the un-alterable code for a site. Consider it a framework or an environment. It must be paired with Codit: Local which contains all the site-by-site customized code and templates.
Dependency: Codit: Local