You are here

public function PermissionInterface::getName in Organic groups 8

Returns the machine name of the permission.

Return value

string The permission machine name.

1 method overrides PermissionInterface::getName()
Permission::getName in src/Permission.php
Returns the machine name of the permission.

File

src/PermissionInterface.php, line 39

Class

PermissionInterface
Interface for OG permission classes.

Namespace

Drupal\og

Code

public function getName();