public function Permission::getTitle in Organic groups 8
Returns the human readable permission title.
Return value
string The human readable permission title.
Overrides PermissionInterface::getTitle
File
- src/Permission.php, line 97 
Class
- Permission
- Base class for OG permissions.
Namespace
Drupal\ogCode
public function getTitle() {
  return $this
    ->get('title');
}