Prepro token integration
Component type
Categories
Maintenance status
Development status
Component created
Component changed
Provides integration between token and prepro, such that tokens can be used in Prepro-processed files.
Provides integration between token and prepro, such that tokens can be used in Prepro-processed files.
Advanced Entity Tokens (AET) Creates a Token for each of your entity items.
Drupal 8
This module has been converted into a general PHP library called Vultan, and will not be released as a module for Drupal 8.
Vultan is available on Packagist, and can be added to Drupal via Composer:
https://packagist.org/packages/xtfer/vultan
Drupal 7
Ming is an API for working with data in MongoDB. It was designed to allow rapid construction of MongoDB-based apps in Drupal, where Field integration is not required.
Ming is a wrapper around the PHP Mongo classes, which adds some additional capabilities and behaviours. In addition to what raw Mongo support provides, Ming has the following features:
Ming does not require the Mongodb module to be installed, but will work with it.
This project enables you to easily scaffold your module or theme requiring no manual coding. It works similar to Views contrib, which allows to build lists of content using just configuration.
Real Estate module will be new project.
A developer module to make form creation easier and eliminate repetitive coding.
Example:
$form = array();
$form['first_name'] = form_helper_textfield(t('First Name'), 'Joe');
$form['last_name'] = form_helper_textfield(t('Last Name'), 'Cool');
$form['gender'] = form_helper_radios(t('Gender'), array('male' => t('Male'), 'female' => t('Female')), NULL, TRUE);
return $form;
is the equivalent of this:
This module allows you to put any relative path you'd like for a menu entry, even if the path doesn't exist on your site.
You might need this module for two reasons.
1) You either need to create menu items before the pages/paths are created. Helpful when you are building out new sites for which you haven't actually created the secondary pages yet, or if you want your menu to point to some path that will actually be redirected somewhere else (for which you've already set up a redirect).
This actually isn't why this module was created, but it will work for this.
Google Chart Tools API is a tool for developers to facilitate the use of Google Chart Tools and the Google Visualization API within the context of a Drupal site. It provides PHP and Javascript wrappers for all features of the Visualization API, and is built to reduce the common limitations of using a wrapper class.
a generalized extra session data api module that would just allow one to add serialized data to a table that is associated with a module to a table.
This has no UI and will only be a set of functions that are useful to devs.
1.0 release blocker.
Need to make a README
Development Sponsored by Knectar Design
This is the utility module for Drupal 7 that allows users to convert old {syntaxhighlighter} tags
to <pre> in nodes.
The Syntax highlighter module highlights program code in nodes.
We need to add special tags in the content to make it possible.
Drupal 6 version of Syntax highlighter works with special {syntaxhighlighter} tag: