Empower developers with tools that assist with developing and debugging the frontend or backend of the site.

String translation assist

The purpose of this project is to provide custom developed modules the means to get translations into the Drupal's Multilingual (Locale) system.

Data Common API

Provide a simple and consistent means to interact programatically with entity data, form submissions and other Drupal data across projects and major versions.

// Create a getter for node entities
$n = data_api('node');

// Load a node entity
$node = node_load(4503);

// Use the getter to pull the first name or default.
// Do not include the language key; language is determined automatically.
$vars['name'] = $n->get($node, 'field_first_name.0.value', '{first name}');

Remote Drush

What?

Remote drush (rdrush) offers drush functionality for drupal websites without SSH access.

Pages

Subscribe with RSS Subscribe to RSS - Developer tools