You are here

public function Abrconfig::getRightsType in Access by Reference 8.2

Get the rights type of the abr config

Parameters

bool $readable:

Return value

string

Overrides AbrconfigInterface::getRightsType

File

src/Entity/Abrconfig.php, line 179

Class

Abrconfig
Defines the abrconfig entity.

Namespace

Drupal\access_by_ref\Entity

Code

public function getRightsType($readable = false) {
  return $this
    ->get('rights_type');
}