Not supported (i.e. abandoned), and no longer being developed. Learn more about dealing with unsupported (abandoned) projects

Entity View Mode Extra

This module tries to implement better export functionality for Entity View Modes module. This might result in a patch for the module itself.

Tamper PHP filter

A small plugin to add a PHP filter to the Feeds Tamper module.

Schema Views

This module allows module developers to very quickly get the basic code required to expose their data through Views. It does so by adding a tab to the standard ones provided by Schema module (Schema module is a dependency for this module, but you were already using that, right?!). Its contents is similar to Schema's Inspect tab, but instead of Schema API code to be pasted in your .install file, it generates scaffolding code to be pasted into your .views.inc file. This gives you a head start on Views integration for your module. You will still need to complete the code, such as assigning the correct field handlers and define relationships, but it takes some of the tediousness out of writing Views integration code.

Pages

Subscribe with RSS Subscribe to RSS - Unsupported