Security update for permissions_by_term
[yaffs-website] / vendor / drupal / drupal-driver / doc / _static / snippets / usage-drush.php
diff --git a/vendor/drupal/drupal-driver/doc/_static/snippets/usage-drush.php b/vendor/drupal/drupal-driver/doc/_static/snippets/usage-drush.php
new file mode 100644 (file)
index 0000000..555be1c
--- /dev/null
@@ -0,0 +1,10 @@
+<?php
+
+use Drupal\Driver\DrushDriver;
+
+...
+
+$alias = '@mysite';
+$driver = new DrushDriver($alias);
+
+...