Wednesday, October 28, 2020

Drupal 8 Module Development--A You Tube Video Formatter

 The objective of this module was to programmatically create a formatter in Drupal 8 to play a You Tube video.

The image below shows the video in a Drupal 8 website.



Drupal 8 Module Development --An interactive code-based form

 The objective of this module was to programmatically create a table in a database with four columns and to create an interactive form into which data can be entered and saved in the table.

The image below shows the form with data on clothing materials carried by  Moxy Clothing Inc.




Drupal 8 Module Development -- A Welcome Message

 The objective of this module  was to present a welcome mesage in various formats to a logged in user to a Drupal 8 website.

In the first format, the message is presented on the main content page and in the left sidebar.  Two different messages are presented in this format.




In the next format, the welcome message is first written into a configuration form which is saved.  This message is them presented to the user when he/she logs in for the first time.






In  the third format, the message is changed.  The message in the left sidebar is not the same as that in the main content page.