JSON Escaped String

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Drupal uses php's json_encode() to convert php arrays and objects into javascript's object literal syntax. The JSON specification however is much more narrow than the full breadth of object literals; in particular, values are more or less limited to strings and numbers. This disallows expressions, anonymous functions, and even variable references.

This module provides a method to unquote values sent to Drupal.settings! To use simply do something like this:

Faker

Component type

module

Maintenance status

Development status

Downloads

787

Component created

Component changed

Use the PHP Faker library to generate more meaningful sample content.

Devel Generate is great for creating a lot of sample content in a hurry, but sometimes you want samples that are more meaningful, or closer to the content you expect users to generate. This is where Faker comes in.

Faker is a PHP library that generates fake data for you

Randomness

Component type

module

Maintenance status

Development status

Downloads

1151

Component created

Component changed

Randomness

Randomness is a block module which provides a set of randomly moving "pseudo particles" such as points, img or a html tag elements.

Configurable options:

urlrouter

Component type

module

Maintenance status

Development status

Downloads

704

Component created

Component changed

Maintain a list of source and destination URL's for which redirects (301 or 302) will be performed. Source URL is absolute, destination URL may be a path, or another absolute URL.

Source-destination URL pairs are stored in the variable urlrouter_array as an associative array. The actual redirect takes place in hook_boot(), so that URL routing takes place as quickly as possible.