entityspice

Component type

module

Maintenance status

Development status

Downloads

968

Component created

Component changed

Entity Spice is an Entity API extension. It assumes a lot of defaults, And handles the repeated tasks and boilerplate code needed to create an entity type. Later you can gradually override and customize any aspect of the result to your needs.

XML Form

Component type

module

Categories

Maintenance status

Development status

Downloads

385

Component created

Component changed

Provides a XML abstraction layer for Drupal Form API arrays.

With this module, you can create and edit XML forms from admin interface (it creates a new block type). It is also possible to use the module as a helper to integrate with some external XML form generators.

XML form also integrates with Codemirror to make easier for editing the XML estruture.

XML Data

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a very simple module that creates an XML feed of all node types and vocabularies.

The module assumes you have SimpleXML installed and available on your server.

Bundleclasses

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

BundleClasses adds actual classes to Drupal. Out-of-the-box Drupal doesn't have very good Entity support. Entity API improves on that, but still Node and User etc aren't classes. And besides: all node types are completely different, so should have different classes.

Doesn't play well with:

1. stdClass Type hinting (don't do that):

Random Content

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Developers sometimes do not have the content they need, to start populating the Drupal development site. As a developer, you have created the content types you need and want to start building the frontend pages. But you don't have time to add all the content yourself.

Random Content comes to your rescue! It supports all the built-in fields (text field, text area, dates, files, pictures etc.) You have complete control over your content. The content are not even random! For example, a name field can be populated with real names (sometimes with hilarious results!)

Nodejs Debug

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

git clone --branch 7.x-1.x http://git.drupal.org/sandbox/mnico/2178611.git nodejs_debug

This module help to debug Drupal using Nodejs. How? Is like the dd() function of Devel but the variables will be printed in another page in real time. It is perfect when you work with a complex ajax in a form.

To print the variable this module use the Kint library, very nice to see objects or arrays.

You can use nd($variable);