D8

Drupal 8

Making a Drupal website to learn Drupal 8.

Implements hook view data to support reverse relation from my custom DB table.

Auditing Workflow module and reviewing the workflow_node_history fields.

Create revisionable custom entity and allow the main properties to have revisions.

Create new DB table to save unique serial numbers and prevent saving duplicate numbers.

Write UNION SQL query to sum total from two custom fields related to separate content types for stats purpose.

Enhance my logs and create new page to show logs with no duplicates in log type.

Create queue item in node workflow transition to send node data to an external API service. ID_NUMBER

Writing strict validations on the field values before saving the node.

Print all ultimate log entries in a separate page and unserialize some serialized data.

Enhance my ultimate log and define new helper to insert or update informational log message to increase counter.

Analyze log and show specific log severity with no duplicates in my warning lights page.

Create custom DB table to save the relation and references history of my created IDs.