Search Kint

Component type

module

Categories

Maintenance status

Development status

Downloads

17942

Component created

Component changed

Heavily based on the search_krumo module however works with kint for Drupal 8.

Key features:
* Searching though debug output
* Copying the path to a particular variable
* When copying a path to a field attached to an entity return the getter code.

E.g. $account->get('field_first_name')->value;

Display Machine Name

Component type

module

Maintenance status

Development status

Downloads

203

Component created

Component changed

INTRODUCTION

The Display Machine Name module enables showing the machine name next to the label on view/form display edit forms. This is useful to identify fields which have the same label which can happen when you are using other modules such as field_group or conditional field types of modules.

A simple checkbox has been added at the bottom of each display to enable viewing of the machine name.

REQUIREMENTS

No special requirements.

Textarea widget for text fields

Component type

module

Categories

Maintenance status

Development status

Downloads

771

Component created

Component changed

Allow text fields to use the multiline text area widget on content entry forms.

Nothing about a regular, "short" text field with a limit of around 255 or 500 characters logically requires that it be entered in an input field of only one line.

Drupal by default will only give you a widget allowing text entry to be done on one line though. This module removes that restriction. With this module enabled, you can use the textarea widget on a regular text field.

File Shelf

Component type

module

Categories

Maintenance status

Development status

Downloads

109

Component created

Component changed

File Shelf UNPUBLISHES file automatically and make it inaccessible when a node is unpublished.

Problems

Most of the Drupal sites are serving files via the public download method which means they have nearly no control over the files and old file links will still remain accessible even the host entity is unpublished. This becomes an issue when users click on any old file links that cached by search engines until you remove the files entirely from the server.

Integration CouchDB

Component type

module

Maintenance status

Development status

Downloads

152

Component created

Component changed

A CouchDB backend implementation for the Integration module.

This module allows storing and retrieving content using the Integration module and a CouchDB database, while sharing this content with other Drupal instances or other systems.

Installation

Install the module as usual.

Configuration

Create a new backend at admin/config/integration/backend/add
Choose the 'CouchDB backend' backend plugin, and select the applicable resource schema(s).

apiNG

Component type

module

Maintenance status

Development status

Downloads

221

Component created

Component changed

Drupal Implementation of https://github.com/JohnnyTheTank/apiNG
documentation on https://aping.readme.io/

apiNG is an AngularJS module that enables you to receive and display data from one or more sources. The data can be aggregated, limited and ordered. The complete setup is dead simple, just by adding data-attributes to your html.

Look at a DEMO

Advanced Update

Component type

module

Categories

Maintenance status

Development status

Downloads

1054

Component created

Component changed

Description

The Advanced Update module provide a simple way to apply updates and migrations without using the update module of Drupal.

Problematic

Problems of using the core update module in a Drupal project: