YAML Sandbox

Component type

module

Maintenance status

Development status

Downloads

724

Component created

Component changed

The YAML Sandbox module provides a textarea at /yaml_sandbox that accepts YAML as input and then parses and displays the resulting PHP data. It uses the DrupalComponentSerializationYaml class do to the parsing and thus provides an accurate representation how your YAML data will be represented in Drupal.

Break all the crons

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

An example module to practice recovering from a fatal error created during cron jobs. It creates an artificial fatal error then prints a debug backtrace on the cron page to help identify the problem and work on a solution.

Requires Bad judgement.

One possible way to manage cron for Drupal is using Jenkins. A reason for centralizing cron jobs with the Java bloat of Jenkins is to get alerts when cron jobs fail or servers are unavailable.

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'.