Five Hundred

Component type

module

Maintenance status

Development status

Component created

Component changed

About

This module makes it easy to provide friendly 500 error pages in Drupal 8. Simply add a path to a static html file to be shown when there is a php 500 error. A simple html fallback is provided for before you have added your own and in cases where the error is from database connectivity. The module also provides a link to generate an error for testing purposes.

Instructions

Install module.
Navigate to configuration page and enter a path to a static html file to be used when php encounters a 500 error.

Services entity dynamic resource controller

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Services entity dynamic resource controller

Introduces a Services Entity resource controller which invokes a hook at request-time to determine which resource controller to use.

It is designed to facilitate the creation of multiple endpoints which expose the same entities but have a different behaviour to each other.

When to use this module

When you want to tweak the query-time behaviour of an existing operation for one endpoint but not the other, where both endpoints are exposing identical resources. For example:

Database logging API

Component type

module

Categories

Maintenance status

Development status

Downloads

297

Component created

Component changed

Synopsis

The Database logging API module provides a way to add Operations to log messages displayed by Drupal core's Database logging module, both on the Recent log messages [overview] screen (at admin/reports/dblog), and in an individual message's Details screen (at admin/reports/event/%).

Requirements

This module requires the following modules:

Drupal 7 version:

Remove Drupal Orphaned users (LDAP)

Component type

module

Maintenance status

Development status

Component created

Component changed

This module processes all users and checks if the user still exist in the remote LDAP server.
This module also works with multiple Ldap-servers (This doesnt work in the core ldap module).
Optionally removes the orphaned user at another Drupal installation (same host, using drush)

Package Installer

Component type

module

Maintenance status

Development status

Component created

Component changed

When installed, the Package Installer module will automatically install all other modules belonging to $settings['package_installer_package'].

This can act as a development expedient by obviating the need to add all modules in a given package as an explicit dependency for the site's installation profile.

Setup

You can set the value of $settings['package_installer_package'] in settings.php: