Edit and Save

Component type

module

Maintenance status

Development status

Downloads

181

Component created

Component changed

Edit and Save

This is a Drupal 8 port of the https://www.drupal.org/project/save_edit , with support for all kinds of
content entities, not only nodes.

Install

Install as a normal module, by going to the extend tab (admin/modules path).

Configure

All the configuration is placed in admin/config/content/edit-save. There is menu item inside the
main configuration screen, under "Content Authoring section"

Uninstall

Vet Booker Login

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a small module that makes it possible for users to login to the Vet Booker client interaction portal for Veterinary Practices.

It provides a block, "Vetbooker Login: Login form" which you may position in your website using the standard Block tools.

This form contains a username and password field. Users can enter in their Vetbooker login details and on submission they will be logged into and redirected to the Vet Booker site, from where they can manage their appointments, etc.

Important Notification

Component type

module

Maintenance status

Development status

Downloads

151

Component created

Component changed

Provide Global Notification for Admin Section.

The concept is to provide a tool that serves two notifications to Drupal users when they log into the site:

1. When the admin user first logs into Drupal.
2. As a notification on all Drupal admin pages.

Twig Vardumper

Component type

module

Categories

Maintenance status

Development status

Downloads

3735

Component created

Component changed

Provides a way to display Twig PHP variables in a pretty way.

Twig vardumper provides a better {{ dump() }} and {{ vardumper() }} function that can help you debug Twig variables.

Monolog GELF

Component type

module

Categories

Maintenance status

Development status

Downloads

193

Component created

Component changed

Handler to send messages to a Graylog2 server.

Enable via services.yml

# Add to parameters section:
parameter:  
  monolog.channel_handlers:
    default: ['gelf']

# Add to services section:
services:
  monolog_gelf.transport:
    # Choose transportation method.
    class: GelfTransportUdpTransport
    # Pass connection arguments.
    arguments: ['<host>', <port>, <chunk_size>]

Entity Tools

Component type

module

Maintenance status

Development status

Downloads

19

Component created

Component changed

Entity Tools provides syntactic sugar over entities for custom modules and themes (Twig templates in general). It comes with helpers to select, load and display content or configuration entities. The goal is to try to improve the DX by providing an uniform way to work with entities, without using strings parameters so we can safely rely on class constants or methods instead.

Select, load and display helpers are meant to be independent. You can still execute a core EntityQuery that gets you the entity ids and then rely on the load and display helpers.

Open Graph Utility

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

A small module to act as a provider for Open Graph and Twitter card information. Developed as a service to allow other modules to pass a URI and a list of desired fields and receive the relevant tags.

Migrate orphans

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides a Drush command to purge migrate elements that have been removed from the source.

This code is inspired by the post: https://www.drupal.org/node/1416672

Why is it a sandbox? There is an initiative to integrate it into core 8.x https://www.drupal.org/node/2809433

The module is available at D7 & D8