Commanding Chaos for Coworking, Open Source and Creative Communities

forms

YAML Form

Tue, 10/18/2016 - 10:11 -- rprice

The YAML Form module is a form builder and submission manager for Drupal 8.

The primary use case for this module is to:

Build a new form or duplicate an existing template
Publish the form as a page, node, or block
Collect submissions
Send confirmations and notifications
Review submissions online
Download submissions as a CSV

drupaleasypodcast
forms
drupal8

Safe cache_form Clear | Drupal.org

Thu, 03/10/2016 - 12:57 -- rprice

Safely remove a limited number of items from the cache_form table. This module provides a drush command drush safe-cache-form-clear that can be run at a high frequency, keeping the table at a reasonable size. It requires that you use the database cache back-end for the cache_form table. Drupal's core cron can have problems clearing out the cache_form table when it grows extremely large. This module works around this by limiting the number of items expired from the cache in a single run, dealing with a single manageable chunk at a time.

drupaleasypodcast
performance
cache
forms

Safe cache_form Clear | Drupal.org

Thu, 03/10/2016 - 12:57 -- rprice

Safely remove a limited number of items from the cache_form table. This module provides a drush command drush safe-cache-form-clear that can be run at a high frequency, keeping the table at a reasonable size. It requires that you use the database cache back-end for the cache_form table. Drupal's core cron can have problems clearing out the cache_form table when it grows extremely large. This module works around this by limiting the number of items expired from the cache in a single run, dealing with a single manageable chunk at a time.

drupaleasypodcast
performance
cache
forms

Safe cache_form Clear | Drupal.org

Thu, 03/10/2016 - 12:57 -- rprice

Safely remove a limited number of items from the cache_form table. This module provides a drush command drush safe-cache-form-clear that can be run at a high frequency, keeping the table at a reasonable size. It requires that you use the database cache back-end for the cache_form table. Drupal's core cron can have problems clearing out the cache_form table when it grows extremely large. This module works around this by limiting the number of items expired from the cache in a single run, dealing with a single manageable chunk at a time.

drupaleasypodcast
performance
cache
forms

X-ray | Drupal.org

Thu, 03/10/2016 - 12:45 -- rprice

X-ray module gives a look at the skeletal structure of a site to help developers and site builders see how things work. X-ray Features A technical summary is added to the help above the main administrative sections. For example, blocks, content types, and menus are summarized on Structure; themes on Appearance; etc. A table of permission titles matched to their permission machine names. A table of most* hooks which Drupal invokes (and when they are invoked) and that are available to be implemented. The function and arguments producing each page you visit, displayed on that page.

drupaleasypodcast
modules
development
forms

X-ray | Drupal.org

Thu, 03/10/2016 - 12:45 -- rprice

X-ray module gives a look at the skeletal structure of a site to help developers and site builders see how things work. X-ray Features A technical summary is added to the help above the main administrative sections. For example, blocks, content types, and menus are summarized on Structure; themes on Appearance; etc. A table of permission titles matched to their permission machine names. A table of most* hooks which Drupal invokes (and when they are invoked) and that are available to be implemented. The function and arguments producing each page you visit, displayed on that page.

drupaleasypodcast
modules
development
forms

X-ray | Drupal.org

Thu, 03/10/2016 - 12:45 -- rprice

X-ray module gives a look at the skeletal structure of a site to help developers and site builders see how things work. X-ray Features A technical summary is added to the help above the main administrative sections. For example, blocks, content types, and menus are summarized on Structure; themes on Appearance; etc. A table of permission titles matched to their permission machine names. A table of most* hooks which Drupal invokes (and when they are invoked) and that are available to be implemented. The function and arguments producing each page you visit, displayed on that page.

drupaleasypodcast
modules
development
forms

saitanay/force_fct · GitHub

Tue, 12/02/2014 - 14:14 -- rprice

This module provides a Drush Command to delete expired cache_form entries. This drush command is meant to be configured as a cron tab to take care of purging cache_form table. Usage: drush ffct : Deletes expired cache_form entries. Limits to 1000 by default. drush ffct 2500 : Deletes 2500 expired cache_form entries. FAQ: 1) But there is already safe_cache_form_clear module. Why this one? Because safe_cache_form_clear module does NOT build the query in the most optimal way.

drupaleasypodcast
performance
cache
forms

Pages

Subscribe to RSS - forms