You are here

protected property GroupContentOperationPermission::$owner in Organic groups 8

If this applies to all entities, or only to the ones owned by the user.

Use this to make the distinction between 'edit any article content' and 'edit own article content'.

FALSE if this permission applies to all entities, TRUE if it only applies to the entities owned by the user.

Type: bool

File

src/GroupContentOperationPermission.php, line 48

Class

GroupContentOperationPermission
A group level permission.

Namespace

Drupal\og

Code

protected $owner = FALSE;