Developer
entityspice
Component type
Maintenance status
Development status
Downloads
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.
Injector API
Component type
Maintenance status
Development status
Component created
Component changed
Injector API will act as a foundation for other injector modules in Drupal 8 (such as js_injector) to define different types of injector rules.
Living Styleguide
Component type
Categories
Maintenance status
Development status
Component created
Component changed
Overview
This module is a Drupal port of the KSS living styleguide methodology using the Composer library. The module supports CSS and Sass based commenting.
Here are a couple Sublime text comment snippets:
Sass: https://gist.github.com/jeremy-green/8328819
XML Form
Component type
Maintenance status
Development status
Downloads
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
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
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
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
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);
sparxsys_redirect
Component type
Categories
Maintenance status
Development status
Component created
Component changed
this module is used to redirect all external links by adding prefix and suffix.
