diff --git a/modules/custom/dkan_search/drush.services.yml b/modules/custom/dkan_search/drush.services.yml new file mode 100644 index 000000000..1dff060b7 --- /dev/null +++ b/modules/custom/dkan_search/drush.services.yml @@ -0,0 +1,5 @@ +services: + dkan_search:commands: + class: \Drupal\dkan_search\Drush\DkanSearchCommands + tags: + - { name: drush.command } diff --git a/modules/custom/dkan_search/src/Drush/DkanSearchCommands.php b/modules/custom/dkan_search/src/Drush/DkanSearchCommands.php new file mode 100644 index 000000000..c0061be7a --- /dev/null +++ b/modules/custom/dkan_search/src/Drush/DkanSearchCommands.php @@ -0,0 +1,25 @@ +rebuildTracker(); + } + +}