You are here

public function PermissionProviderInterface::getAdminPermission in Group 2.0.x

Gets the name of the admin permission.

Return value

string|false The admin permission name or FALSE if none was set.

File

src/Plugin/Group/RelationHandler/PermissionProviderInterface.php, line 16

Class

PermissionProviderInterface
Provides a common interface for group relation permission providers.

Namespace

Drupal\group\Plugin\Group\RelationHandler

Code

public function getAdminPermission();