Devel Snippet

Component type

module

Categories

Maintenance status

Development status

Downloads

770

Component created

Component changed

The Devel Snippet module allows to save code snippets inputted on the Execute PHP Code (provided by the Devel module) to database for further execution.

Requirements

This module requires the following modules:

Rest menu items

Component type

module

Maintenance status

Development status

Downloads

6739

Component created

Component changed

Important notice

As of version 8.x-1.2 the structure of the returned JSON has changed. See #2837697: Alter the format of the json returned for more information.

This module provides a REST endpoint to retrieve menu items based on the menu name.

Sync UUIDs

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides the Drush command `sync-uuids` which purpose is simple: it updates the UUIDs of the active configuration entities to match those found in staged configuration files.

This is used to spawn a site clone without having to have an import an entire database dump from the existing sites. This would produce an "empty" site but with the correct configuration values. This can be useful during development.

Drupal gaps

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The goal of this project is to fill in many of those tiny gaps in Drupal API that didn't make it to the official core release. Most of this code could and probably at some point will be part of Drupal core but because many developers value their time, they can't afford waiting for community consensus on every tiny implementation detail. On the other hand it's sometimes ridiculous to create entire project just to add missing field validator. So this is the place for all these tiny bits of code.

Ajax Console Log

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides a function - ajax_console_log(data) - that can be used to print an array or message in the console of the browser through ajax requests.

It can be much userfull when you aren't using a debug tool like xdebug or another one.