You are here

public function BookAccessHelper::grantIds in Book access 1.x

Returns the grant IDs implemented by the module.

File

src/BookAccessHelper.php, line 52

Class

BookAccessHelper
Helper functions for book_access.

Namespace

Drupal\book_access

Code

public function grantIds() {
  return [
    'grant_view',
    'grant_update',
    'grant_delete',
    'grant_admin_access',
    'grant_add_child',
    'grant_edit_outline',
  ];
}