You are here

public function PermissionInterface::getTitle in Organic groups 8

Returns the human readable permission title.

Return value

string The human readable permission title.

1 method overrides PermissionInterface::getTitle()
Permission::getTitle in src/Permission.php
Returns the human readable permission title.

File

src/PermissionInterface.php, line 57

Class

PermissionInterface
Interface for OG permission classes.

Namespace

Drupal\og

Code

public function getTitle();