D8

Drupal 8

Making a Drupal website to learn Drupal 8.

Review file entity and temporary files mechanism with file usage.

Save file programmatically and add file usage for related entity.

Integrate views with a custom DB table to list all records and join node table.

Create local site for testing purposes using Lando and automate DB reset by import configurations.

Create page to authenticate and login user using token from remote source.

Faraaz Ahmad

What are you using to manager auth?

0 Likes

Using node edit form in a custom form with custom access conditions to allow editing paragraph fields inside regular node form.

Generating PDF files in queue and save the generated PDF file in node field.

Add custom field to webform node to save total of notified people about this form.

Executing cron job with needful queues in one step instead of one by one.

Creating custom block with custom template to show custom data from remote source.

Rebuild form and disable some fields depend on a custom field value.

Prepare my Drupal home project git repo and set the needful configurations in Drupal settings.

Create new node and set default workflow state by custom form by id number.

Create custom form and save revision log and node workflow state programmatically.

Analysis all workflow db tables. Making Drupal workflow as a benchmark.