Drupal 8 – How to create a custom Block / Plugin

Let’s create a Custom Block in Drupal 8 using Block Plugin API, it is similar to creating a custom module.

i)  First thing first, we need to create a folder and an info file. So, go to your-drupal-folder/modules/custom/ and create …