You are here

public function BookAccessDefaults::getGrants in Book access 1.x

Get the list of grants.

Return value

array The list of grants.

Overrides BookAccessDefaultsInterface::getGrants

File

src/Entity/BookAccessDefaults.php, line 81

Class

BookAccessDefaults
Defines the Book access defaults config entity.

Namespace

Drupal\book_access\Entity

Code

public function getGrants() {
  return $this->grants;
}