public function PermissionInterface::setTitle in Organic groups 8
Sets the human readable permission title.
Parameters
string $title: The human readable title.
Return value
$this
1 method overrides PermissionInterface::setTitle()
- Permission::setTitle in src/
Permission.php - Sets the human readable permission title.
File
- src/
PermissionInterface.php, line 67
Class
- PermissionInterface
- Interface for OG permission classes.
Namespace
Drupal\ogCode
public function setTitle($title);