Security update for permissions_by_term
[yaffs-website] / vendor / drupal / drupal-driver / doc / _static / snippets / usage-drush.php
1 <?php
2
3 use Drupal\Driver\DrushDriver;
4
5 ...
6
7 $alias = '@mysite';
8 $driver = new DrushDriver($alias);
9
10 ...