Commit 70735a70 authored by Neslee Canil Pinto's avatar Neslee Canil Pinto Committed by Neslee Canil Pinto
Browse files

Issue #3283451 by Neslee Canil Pinto: Include hook_install to show welcome message

parent a7b070e8
Loading
Loading
Loading
Loading

block_classes.install

0 → 100644
+13 −0
Original line number Diff line number Diff line
<?php

/**
 * @file
 * Install, update and uninstall functions for Block Classes.
 */

/**
 * Implements hook_install().
 */
function block_classes_install() {
  \Drupal::messenger()->addStatus(t('Thanks for installing Block Classes. Now in the block configuration you will see a field to add your classes.'));
}