Drupal client for Drush

Component type

module

Categories

Maintenance status

Development status

Downloads

548

Component created

Component changed

Simple module to provide Drush command to execute GET/POST request to Drupal instance.

drush dget node/1 --uid=123
drush dpost 
    admin/config/system/site-information 
    '{"site_name": "Drupal"}'

Intsall

The project just provides drush command, there's no module to be enabled

drush dl drupal_client_drush

Entity Scaffold

Component type

module

Categories

Maintenance status

Development status

Downloads

2533

Component created

Component changed

THIS IS NOT A MODULE. YOU CAN'T ENABLE IT. FOLLOW THE INSTRUCTIONS.

Overview

Entity Scaffold is intended to be an easy way of creating your own Entities by auto-generating a basic Entity which the developer can customize later.

It is mainly based on Drush, the developer may pass a name of the module/entity and a location, then, Entity Scaffold will create all the needed hooks, schema, etc.

FPP Bundles (Fieldable Panels Panes UI)

Component type

module

Maintenance status

Development status

Downloads

6589

Component created

Component changed

Fieldable Panel Panes Bundles (Fieldable Panel Panes UI) - module that helps to create bundles of the Fieldable Panels Panes entity. The project aims to simplify developers life by way of refraining of writing the code for panels creation.

Entity metadata hint generator

Component type

module

Categories

Maintenance status

Development status

Downloads

470

Component created

Component changed

You should only use this module if:

- You are Drupal developer
- You are using entity api
- You are using an IDE.
- You understand

entity_metadata_wrapper('node', $node = node_load(1))
    ->field_no_autocomplete
    ->unhappy();

- Don't need extra code on production site

Usage

drush entity_hint > private/files/entity_hint.php

After running Drush command, we have generated code look like this:

Entity XLIFF

Component type

module

Maintenance status

Development status

Downloads

535

Component created

Component changed

Overview

This is a Drupal extension that integrates Eggs'n'Cereal--a PHP library that generically facilitates serialization and unserialization of HTML content in the XLIFF format--with Drupal. It does very little on its own, other than provide a basic UI to export and import Drupal entities in the XLIFF format.

M00 (a template for contributed projects/modules)

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

SYNOPSIS

A template project designed as a starting point for other contributed modules. It aims to provide one of each of the features and capabilities you might require for contributed modules, ready to be adapted for a real project.

To adapt for your new module project, simply clone then replace the string 'm00' everywhere with your project/module machine name. The project name 'M00' and machine name 'm00' are chosen to afford easy find-and-replace substitution, where the 'm' stands for 'module'.