Skip to content

Commit a132447

Browse files
committed
Status message on module install (#6)
1 parent 137c6e3 commit a132447

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

configuration_batch_export.install

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
3+
function configuration_batch_export_install() {
4+
$messenger = \Drupal::messenger();
5+
$messenger->addMessage(t('<em>Configuration Batch Export</em>: From now, you can export your full configuration using Batch API <a href="/admin/config/development/batch-export">here</a>!'));
6+
}

0 commit comments

Comments
 (0)