You are here

function drush_little_helpers_permission_matrix in Little helpers 7

File

./little_helpers.drush.inc, line 20

Code

function drush_little_helpers_permission_matrix() {
  $matrix = PermissionMatrix::createFromSystem();
  $matrix
    ->printEmptyTable();
}