You are here

public function CustomPermsEntityInterface::getStatus in Custom Permissions 8

Same name and namespace in other branches
  1. 8.2 src/CustomPermsEntityInterface.php \Drupal\config_perms\CustomPermsEntityInterface::getStatus()

Get the permission status.

1 method overrides CustomPermsEntityInterface::getStatus()
CustomPermsEntity::getStatus in src/Entity/CustomPermsEntity.php
Get the permission status.

File

src/CustomPermsEntityInterface.php, line 15

Class

CustomPermsEntityInterface
Provides an interface for defining Custom perms entity entities.

Namespace

Drupal\config_perms

Code

public function getStatus();