Webform API

Component type

module

Categories

Maintenance status

Development status

Downloads

13536

Component created

Component changed

Overview

This module provides a simple API to help for dealing with webform.

Features

For now, the API provides few methods, but we are constantly updating, feel free to contribute with code or ideas.

Installation

Just install the module's default Drupal way.

To use the API, you can instantiate the class WebformApi, to handle a specific webform, or use static methods, without the need to instantiate.

QuickBase API

Component type

module

Maintenance status

Development status

Downloads

793

Component created

Component changed

This module does nothing by itself, but provides a wrapper for the Intuit QuickBase API - PHP Class Library to integrate Intuit QuickBase datastores into a Drupal site. There is no need to install this module unless another module requires it or you are interested in calling the QuickBase API from within your custom module(s).

It has the following dependencies:

Field Permission Patterns

Component type

module

Maintenance status

Development status

Downloads

1637

Component created

Component changed

Overview

This module extends the features of the Field Permissions module with the ability to create field access templates. These templates are available on the field access configuration form beside the default Public, Private and Custom options.

Drush Code Deploy

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Drush Code Deploy provides a set of commands for deploying code changes via Git to a
remote environment.

Goals

  • Simplify deployment process
  • Ability to confirm what changes will take place
  • Rely on git; no more S/FTP for manually deploying individual files
  • Reduce errors when deploying code
  • Know exactly what code is running on remote environment

Set up

To use Drush Code Deploy, your development setup will need to look something like this.

Entity Merge

Component type

module

Categories

Maintenance status

Development status

Downloads

701

Component created

Component changed

This module provides a framework for being able to merge two entities together. Developed alongside the Party module, it handles merging the contents of one entity into another out of the box including all the values on the fields.

The merge process for a given entity is controlled by that entity type's merge handler class, see EntityMergeDefaultHandler for more information.

Views Argument Globals

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Introduction

Views Argument Globals is a Views plugin that implements a clean way to retrieve information from the PHP global variables, and pass like a "contextual filter" also known a argument