Entity Relationship Diagrams

Component type

module

Maintenance status

Development status

Downloads

2343

Component created

Component changed

Description

This module lets you visualize the Entity structure of your Drupal 8 site using an Entity Relationship Diagram (ERD).

While this isn't meant to be a fully functional tool to build new ERDs, it is meant to be used as a functional learning tool for developers and site builders.

Installation

Download and enable the "erd" module, then visit /admin/structure/erd to start playing around.

Add Content Block

Component type

module

Maintenance status

Development status

Component created

Component changed

This module simply gets all node types and creates a block with a list of links for adding them, like content/add page.

These particular links can not be created as a block with the Menu Block module because they are not really in any menu structure inside Drupal.

Just download and enable this module and the block will be available in the admin's interface.

Auto Copyright Footer Block

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is just a small Drupal 8 project to create a copyright block that you can place in the footer of your site that automatically sets the copyright date to the current year.

Note: this is my first attempt to create a module in Drupal. It was prompted by the removal of the PHP filter (something I've wanted to do anyways, but never got around to) in Drupal 8.

Entity Storage Migrate API

Component type

module

Categories

Maintenance status

Development status

Downloads

894

Component created

Component changed

This module makes it possible to install modules that provide new entity storage handlers (such as Multiversion module) on sites that already have entity data on the site.

The module works by providing an alternative Entity Storage Schema handler which migrates between storage implementations using the Migrate API in Drupal core.

Shortcode for D8

Component type

module

Maintenance status

Development status

Component created

Component changed

A D8 port for the excellent shortcode module.
Searched around for a D8 version but couldn't find one, so decided to test my understanding of Drupal 8 plugins.

The module consists of a Filter plugin, a ShortcodePluginManager, and an example Shortcode plugin. Will continue to port the rest of the shortcodes over bit by bit!