Same name and namespace in other branches
  1. 8.x-1.x easy_breadcrumb.install \easy_breadcrumb_install() 1 comment

Implements hook_install().

Help users get started with the module.

File

./easy_breadcrumb.install, line 127

Code

function easy_breadcrumb_install() {
    $messenger = \Drupal::messenger();
    $help_url = 'https://www.drupal.org/docs/8/modules/easy-breadcrumb';
    $messenger->addMessage("Easy Breadcrumb documentation is found in the help module or at {$help_url}.");
}