You are here

public function Abrconfig::getRightsRead in Access by Reference 8.2

Get the rights read of the abr config

Return value

bool

Overrides AbrconfigInterface::getRightsRead

File

src/Entity/Abrconfig.php, line 187

Class

Abrconfig
Defines the abrconfig entity.

Namespace

Drupal\access_by_ref\Entity

Code

public function getRightsRead() {
  return $this
    ->get('rights_read');
}