HTTP Handler

Component type

module

Maintenance status

Development status

Downloads

97

Component created

Component changed

Drupal's module which provide handler in order to support multiple
Exceptions for 4xx or 5xx HTTP status code.

For example, when anonymous user try to get content of a "secure" node
it will throw a 401 instead of a 403.
You can customize error page with a content node type like
404 or 403 error page.

Easy Install

Component type

module

Maintenance status

Development status

Downloads

1926

Component created

Component changed

A module built to resolve or avoid the error "Unable to install already exists active configuration" when re installing/un installing the drupal 8 modules , it works even if a module's configs not contains enforced in yml or not added configs in optional folder. It removes active configuration object of uninstalled modules and helps to remove configuration object while uninstalling a module without using Drush / Devel / Drupal Console / Features Modules

Features

Healthz

Component type

module

Categories

Maintenance status

Development status

Downloads

106

Component created

Component changed

Monitoring via the application.

Healthz provides a plugin style architecture for health checks for the site, and a JSON endpoint for other services to connect to which runs the enabled checks.

Checks can be configured on a per site basis, and other modules can easily implement their own checks to seamlessly integrate into the endpoint provided by this module.

Each check can define the response code, and add any errors to the endpoint on a failure.

Field List Details

Component type

module

Maintenance status

Development status

Downloads

408

Component created

Component changed

Field List Details is a very simple module that provides additional details for fields when viewing the Manage Fields route on an entity type.

No setup required. Once you install the module, your field lists will automatically provide additional details.

Current details provided:

Reinstall

Component type

module

Maintenance status

Development status

Component created

Component changed

Purpose

Reinstall provides extra tools for the Drupal 8 Migrate (Migrate Plus / Migrate Tools) modules, to ease deployment from existing content, including complex hierarchies combining core entities and Paragraphs via both EntityReference and EntityReferenceRevisions.

Comparison with alternatives

Unlike Default Content and other existing similar solutions,

Menu megadrop

Component type

module

Categories

Maintenance status

Development status

Downloads

130

Component created

Component changed

Allows to add megadropdowns entity to menu items

Currently requires an addition to the 'menu.html.twig' template to function.
{% if item.megadrop %}{{ item.megadrop }}{% endif %} should be appended after '{{ link(item.title, item.url) }}'

Quicker Login

Component type

module

Categories

Maintenance status

Development status

Downloads

60

Component created

Component changed

INTRODUCTION

The Quicker Login module is a DEVELOPER MODULE that once enabled allows you to view any page as any user or login as any user.

warning

REQUIREMENTS

No special requirements.

Streamy

Component type

module

Maintenance status

Development status

Downloads

182

Component created

Component changed

Streamy is a storage module that allows you to store and serve files from different locations such as AWS, Dropbox, a CDN or a different folder
on your local server.

Streamy works as a low-level Stream Wrapper leveraging on the powerful flysystem library, its settings can be also exported as configuration files. Optionally they can be automatically loaded depending on the environment via the environmental_config module.