Security update for permissions_by_term
[yaffs-website] / vendor / drupal / drupal-driver / doc / drivers.rst
1 Comparison of Drivers
2 =====================
3
4 The available drivers for interacting with your site, which are
5 compatible with Drupal 7, and 8. Each driver has its own limitiations.
6
7 +-----------------------+----------+-------+------------+
8 | Feature               | Blackbox | Drush | Drupal API |
9 +=======================+==========+=======+============+
10 | Create users          | No       | Yes   | Yes        |
11 +-----------------------+----------+-------+------------+
12 | Create nodes          | No       | [*]   | Yes        |
13 +-----------------------+----------+-------+------------+
14 | Create vocabularies   | No       | No    | Yes        |
15 +-----------------------+----------+-------+------------+
16 | Create taxonomy terms | No       | [*]   | Yes        |
17 +-----------------------+----------+-------+------------+
18 | Run tests and site    |          |       |            |
19 | on different servers  | Yes      | Yes   | No         |
20 +-----------------------+----------+-------+------------+
21
22 [*] Possible if behat.d7.drush.inc or behat.d8.drush.inc,
23     as appropriate, is installed in the target Drupal site.