You are here

public function CustomPermsEntity::getStatus in Custom Permissions 8.2

Same name and namespace in other branches
  1. 8 src/Entity/CustomPermsEntity.php \Drupal\config_perms\Entity\CustomPermsEntity::getStatus()

Get the permission status.

Overrides CustomPermsEntityInterface::getStatus

File

src/Entity/CustomPermsEntity.php, line 69

Class

CustomPermsEntity
Defines the Custom perms entity entity.

Namespace

Drupal\config_perms\Entity

Code

public function getStatus() {
  return $this->status;
}