You are here

public function PermissionInterface::get in Organic groups 8

Returns the value for the given property.

Parameters

string $property: The property to return.

Return value

mixed The value.

1 method overrides PermissionInterface::get()
Permission::get in src/Permission.php
Returns the value for the given property.

File

src/PermissionInterface.php, line 21

Class

PermissionInterface
Interface for OG permission classes.

Namespace

Drupal\og

Code

public function get($property);