You are here

public function PermissionEventInterface::deletePermission in Organic groups 8

Deletes the given permission.

Parameters

string $name: The name of the permission to delete.

1 method overrides PermissionEventInterface::deletePermission()
PermissionEvent::deletePermission in src/Event/PermissionEvent.php
Deletes the given permission.

File

src/Event/PermissionEventInterface.php, line 90

Class

PermissionEventInterface
Interface for PermissionEvent classes.

Namespace

Drupal\og\Event

Code

public function deletePermission($name);