Drupal Symfony Inject

Component type

module

Categories

Maintenance status

Development status

Downloads

1469

Component created

Component changed

Introduction

"Drupal Symfony Inject" allow you to use the Symfony dependency injection component inside your Drupal 7 projects. The module offers you with hooks to have your own Yaml configurations, fully PSR-0 compatible namespaces and settings inside your custom modules. The Symfony container is fully compiled and cached in Drupal.

PHP Version: 5.3.x or greater.
Dependencies: Composer Manager

Classy suite

Component type

module

Maintenance status

Development status

Component created

Component changed

This module creates a simple WYSIWYG-style interface for all aspects of building, designing and developing the logic behind very complex forms.

Submodules:

Classy Logic

- A sandboxed simplified JavaScript/CoffeeScript-like scripting language that allows you to define triggers and effects (such as hiding/revealing, disabling, validating) via a standard programming language, as snippets that are attached to fields. This language can access form values and the values of other entities referenced by the edited entity as simple variables. No evals are used.

Media Query Fallback

Component type

module

Maintenance status

Development status

Component created

Component changed

Provides graceful media query fallback for legacy Internet Explorer browsers.

This module will allow you to gracefully degrade your mobile first website to a specific breakpoint for older browsers. Currently it supports Internet Explorer 8.

Simply specify the breakpoint width you wish to show, such as 960px. It will provide a conditional stylesheet with all the extracted media queries meeting that that specific breakpoint.

Hard-working Monkey

Component type

module

Categories

Maintenance status

Development status

Downloads

409

Component created

Component changed

The hard-working monkey provides currently two little Drush commands to check and fix fields with default values in node entities.

For example when you add later a field to a content type and have existing nodes of this type, the existing nodes get this field entity with it's default value only on node save into database storage. This behavior can cause problems for views, etc.

The hard-working monkey do this job for you. You can check and fix existing fields with this little monkey.