Hook Post Action

Component type

module

Categories

Maintenance status

Development status

Downloads

15304

Component created

Component changed

You don't need this module unless you're either a developer or another module you're using depends on it.

Currently Drupal core does not offer any hook to do actions after a node/entity is insered/updated/deleted in Database.
So this module introduces several new Drupal hooks to overcome this limitation
- hook_entity_postsave
- hook_entity_postinsert
- hook_entity_postupdate
- hook_entity_postdelete
- hook_node_postsave
- hook_node_postinsert
- hook_node_postupdate
- hook_node_postdelete

Disable Site

Component type

module

Maintenance status

Development status

Component created

Component changed

A module to temporarily disable your website front-end and display a message to your visitors while still allowing back-end access. This module can be enabled or disabled with one click and also supports using your own custom HTML/CSS output for the splash page so you can make it as simple or as custom as you need it to be.

Headstart

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Headstart

Overview

The Headstart suite of modules is intended to aid in the scripted creation of Drupal content, during development. The expectation is that when needed, developers will clone the project, and tweak the scripts (scripts/*) as needed for that project. These scripts aid development by allowing you to create and update starter content (like blocks, menus, pages, etc) in code and from the command line.

Usage

Tweak the included scripts as needed. For ease of use these are all located in the same directory: `scripts`.

Laravel Helpers

Component type

module

Categories

Maintenance status

Development status

Downloads

1492

Component created

Component changed

Description
--------------------------
Bring Laravel helpers function to Drupal. This module has many useful function for developer when working with Array and String. More detail about helpers read here: http://laravel.com/docs/helpers

Supported Helpers:

  • Arrays
  • Strings
  • Miscellaneous

Example
--------------------------

Formui

Component type

module

Categories

Maintenance status

Development status

Downloads

705

Component created

Component changed

The FormUI is a developer API meant to help build Drupal forms with Drupal's Form API. In short, it's an object-oriented wrapper around the Form API that is boiled down to an actual form array.

This is an alpha "release" and this API can change at any time!

Pageflow

Component type

module

Maintenance status

Development status

Downloads

991

Component created

Component changed

Pageflow is for single page website development. Pageflow provides an easy to use administration UI for creating theme agnostic single page workflows.

Pageflows are fieldable entities which allow integration with Domain Access.

UUID Role

Component type

module

Maintenance status

Development status

Downloads

5520

Component created

Component changed

Adds UUID values to roles in Drupal.

Dependencies:

Very simple module, takes care of generating UUID values for roles as they are created. Also contains a small set of API functions to manipulate roles by UUID.

Integrations:

Entity validator

Component type

module

Categories

Maintenance status

Development status

Downloads

8107

Component created

Component changed

Unlike Drupal 8, Drupal 7 has not validation for entity objects what so ever. One of your modules can create a node object without any title or a language and you don't want that.

Similar to the Restful module that handle each field in a separate method(s) you can define a plugin and set methods to validate the object you'r dealing with. For more examples you can the Entity validate example module and look on the test and how to interact with the API of the module.

Dummy Image Derivatives for Devel Generate

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Replaces derivatives of Devel generated images with Dummy Images.
A bridge between Devel images provider and Dummy image modules.

It works like a Devel image provider, but inserts the same one file fid to all generated image fields. And at the render phase this image file is replaced by dummy image as configured at Dummy Image config page (independently of field 'Use dummy images' value).