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.')); } 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.')); }