public function PermissionInterface::set in Organic groups 8
Sets the value for the given property.
Parameters
string $property: The name of the property to set.
mixed $value: The value to set.
1 method overrides PermissionInterface::set()
- Permission::set in src/
Permission.php - Sets the value for the given property.
File
- src/
PermissionInterface.php, line 31
Class
- PermissionInterface
- Interface for OG permission classes.
Namespace
Drupal\ogCode
public function set($property, $value);