Empower developers with tools that assist with developing and debugging the frontend or backend of the site.

Extended File Field

This module extends the functionality of the core 'file' field, adding new capabilities to the file upload widget, and providing a new extendible field formatter for displaying lists of files.

The widget enhancements include:

  • A setting to disable the 'remove' button next to files in the file upload widget,
  • A setting to hide the 'operations' column from the file upload widget when empty,
  • A setting and javascript which can be used to toggle on/off the visibility of any hidden files (i.e. files with display = FALSE)

The field formatter formatter displays a table of files with associated metadata. Configuration settings on the formatter include the ability to:

  • Select which file metadata to include in the table,
  • Filter out files based on file extension,
  • Choose a table column to sort on (overriding the field sort), and
  • Customize handling of files with 'display' => FALSE in the field:
    • Exclude the files from the display completely,
    • Include the files, but apply an 'element-hidden' class to hide them from display,
    • Include the files in-line in the table, thus ignoring the 'display' parameter,
    • Exclude the files from the main table, but output them in a second table below the first, or

Rewrite

This module is simply an administrative interface for defining Apache mod_rewrite directives within Drupal.

PSR-3 Watchdog

Drupal 8 implements the PSR-3 Logger Interface Standard by default.

PSR-3 Watchdog is a wrapper for drupal 7's watchdog logger that implements the PSR-3 Logger Interface.

Cookie Banner

This module adds a banner to your website that notifies the user that your site uses cookies.

File Remove Disable

This utility module provides the ability to disable the "Remove" buttons next to a file list when editing a file field.

Restrict Domain Registration

An extremely light weight module which either allows or restricts registration on your site based on the persons email address domain.

Setup Instructions:

Pages

Subscribe with RSS Subscribe to RSS - Developer tools