Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. RoleInterface.php

function RoleInterface::revokePermission

Revokes a permissions from the user role.

Parameters

string $permission: The permission to revoke.

Return value

$this

1 method overrides RoleInterface::revokePermission()
Role::revokePermission in core/modules/user/src/Entity/Role.php
Revokes a permissions from the user role.

File

core/modules/user/src/RoleInterface.php, line 62

Class

RoleInterface
Provides an interface defining a user role entity.

Namespace

Drupal\user

Code

public function revokePermission($permission);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal