new things.

This commit is contained in:
Dan Chadwick
2024-05-18 21:34:59 -04:00
parent 90559e017d
commit 5456271fb1
28 changed files with 713 additions and 349 deletions

View File

@@ -2,5 +2,7 @@
# import all fighters.
drush @self.local ev '\Drupal::service("ufc.importer")->importFighters()';
# import fights.
ddev drush @self.local ev '\Drupal::service("ufc.import_fighters")->importFighters();';
ddev drush @self.local ev '\Drupal::service("ufc.import_fights")->importEvents();';
ddev drush @self.local ev '\Drupal::service("ufc.import_fights")->createEvents();';